How to store data from my app

前端 未结 5 886
无人共我
无人共我 2020-12-06 19:02

Actually i want to know how to store data from my app in the device so that i can review the store data when i run the application again..

means in simple terms i wa

5条回答
  •  一个人的身影
    2020-12-06 19:41

    For storing simple key = value pairs, you can use Properties.

    For data storage as in a database, you can use sqlite on android.

提交回复
热议问题