Android数据存储

SharedPreferences----------->for primitive data

Internal Storage-------------->for private data

External Storage------------->for large data sets that are not private

SQLite Databases------------>for structured storage

 

---------------------------------------------------------------------------------------------------

Content Provider--------------->expose your private data to other applications.

-------------------------------->exposes read/write access to you application data,subject to whatever restrictions you want to impose.

 

XML文件

Android数据存储,布布扣,bubuko.com

Android数据存储

上一篇:iOS中的几种指令集(armv6、armv7、armv7s、arm64)


下一篇:Android java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()