我正在制作一个应用程序,在该应用程序中,我在列表视图中向用户显示联系人。我想向用户显示相同的列表视图,直到并且除非对联系人列表进行了一些更改。这里出现的问题是,当活动被破坏,直到用户回到具有联系人列表视图的活动,Where shall i store the items of the listview as to show them to the user again
?我认为有 3 个选项可用:
1. Sqlite database
2. SdCard
3. Shared Preferences
我无法决定which will be the best option for saving the items
稍后检索它们。在我的情况下,列表视图中的项目数可能高达 1000。请帮助我。提前致谢。