Array/Data Storage Options

后端 未结 3 663
梦如初夏
梦如初夏 2021-01-26 08:51

I am new to android and trying to develop my first app. In my app, I have a listview activity that lists a group of stores. When the app users (anyone who downloaded the app)

3条回答
  •  忘了有多久
    2021-01-26 09:34

    You could add store-count as key-value pairs to SharedPreferences

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

    It's a lightweight storage and pretty handy for stuff like this.

提交回复
热议问题