Array/Data Storage Options

后端 未结 3 608
梦如初夏
梦如初夏 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:33

    Use SQLite database to store your Store name and its count value. With its use, you can enhance your app's storage possibilities up to full extent.

提交回复
热议问题