Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个片段:第 1 页 - 第 2 页 - 第 3 页: 当我滑动到第 3 页片段时,我丢失了我为第 1 页中的某些文本视图定义的内容。对于第 1 页,反之亦然,唯一不变的是第 2 页(它在中间)。
我想知道滑动片段时如何保存数据。
谢谢
在您的方法中放入一些代码onPause以将您的数据保存到数据库、文件或 SharedPreferences,然后将代码放入onResume方法中以检索该数据。
onPause
onResume