android数据存储方式:
Shared Preferences--》适合用于保存软件配置参数
存储到文件
SQLite 数据库
存储到网络
内容提供者
SQLite:
UpdataAdapter(); // 更新界面
事务处理
beginTransaction()
setTransactionSuccessful()
endTransaction()
android数据存储方式:
Shared Preferences--》适合用于保存软件配置参数
存储到文件
SQLite 数据库
存储到网络
内容提供者
SQLite:
UpdataAdapter(); // 更新界面
事务处理
beginTransaction()
setTransactionSuccessful()
endTransaction()