Android提供如下四種存儲方式:html
SharePreference
SQLite
File
ContentProvider
Android系統中數據基本都是私有的,通常存放在「data/data/程序包名」目錄下。若是要實現數據共享,正確的方式是使用ContentProvider。ide
參考:spa
http://www.cnblogs.com/rond/p/3553156.html.net
http://blog.csdn.net/flowingflying/article/details/6671548%20code