Saving data upon closing app and retrieving that data

后端 未结 5 1874
没有蜡笔的小新
没有蜡笔的小新 2021-01-04 01:07

I know, there are plenty of questions in regards to saving/retrieving data on here. I was doing find looking things up on my own and really thought I could manage to find m

5条回答
  •  说谎
    说谎 (楼主)
    2021-01-04 01:44

    Use SharedPreference to store small amount of data or use SQLite to store large amount of data. See this link

    http://developer.android.com/guide/topics/data/data-storage.html

提交回复
热议问题