开发者

Regarding shared preferences in android

开发者 https://www.devze.com 2023-02-24 06:50 出处:网络
iam taking the data from user and storing in list and now i want to store the multiple data 开发者_运维知识库items of the list in shared preferences in android is it possible.SharedPreferences are not

iam taking the data from user and storing in list and now i want to store the multiple data 开发者_运维知识库items of the list in shared preferences in android is it possible.


SharedPreferences are not the ideal storage for data lists.

Even if you can do it, you would better consider using a database: http://developer.android.com/guide/topics/data/data-storage.html#db

0

精彩评论

暂无评论...
验证码 换一张
取 消