Android提供以下四种存储方式:
SharePreference SQLite File ContentProvider
Android系统中数据基本都是私有的,一般存放在“data/data/程序包名”目录下。如果要实现数据共享,正确的方式是使用ContentProvider。
参考:
http://www.cnblogs.com/rond/p/3553156.html
http://blog.csdn.net/flowingflying/article/details/6671548%20