Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2030343
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: 嵌入式

2011-01-31 11:42:41

  1. Docs
    • http://developer.android.com/guide/topics/data/data-storage.html
  2. 4 Types
    Shared PreferencesStore private primitive data in key-value pairs.Internal StorageStore private data on the device memory.External StorageStore public data on the shared external storage.SQLite DatabasesStore structured data in a private database.Network ConnectionStore data on the web with your own network server.
  3. Backup data to "Clound" storage
    Ref: http://developer.android.com/guide/topics/data/backup.html
  4. File System
    • File
    • App private file
      • Context.openFileInput
      • Context.openFileOutput
      • Context.fileList
      • Context.deleteFile
      • Context.getExternalFilesDi
      • Context.getExternalCacheDir
    • Environment
    • xxx
  5. xxx
阅读(926) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~