Ray's playground

 

Storing Local Data(Chapter 6 of Hello, Android)

  Your application can store data using several different techniques depending on the size of the data, its structure, its lifetime, and whether it will be shared with other programs. In this chapter, we’ll take a look at three simple methods to keep local data: the preferences API, instance state bundles, and flash memory files.

posted on 2010-01-18 17:52  Ray Z  阅读(155)  评论(0编辑  收藏  举报

导航