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.
我有一个从其他活动获取意图数据(字符串)的活动。我想保留这些数据和用户在编辑文本中输入的数据(整数)。当用户从下一个活动的菜单选项进入此活动时,我想保留所有这些数据。
1.您可以使用SharedPreference.
SharedPreference
2.你也可以用a file,甚至a Database。SQLite 随 Android 一起提供。
file
Database