1.使用文件(File)存储
存储一般的数据
2.使用sharedperference(xml)
存储设置信息、配置信息、密码
3.数据库Sqlite
开源的,嵌入式的数据库,轻量级
4.使用ContentProvider存储数据
5. 网络存储数据
五种数据存储方式,具体参见博客:http://www.cnblogs.com/ITtangtang/p/3920916.html
2023-01-01 07:21:36
1.使用文件(File)存储
存储一般的数据
2.使用sharedperference(xml)
存储设置信息、配置信息、密码
3.数据库Sqlite
开源的,嵌入式的数据库,轻量级
4.使用ContentProvider存储数据
5. 网络存储数据
五种数据存储方式,具体参见博客:http://www.cnblogs.com/ITtangtang/p/3920916.html