July 2012
Intermediate to advanced
528 pages
15h 41m
English
Applications use a combination of application preferences, the file system, and database support to store information. In this chapter, we explore one of the most powerful ways you can store, manage, and share application data with Android: an application database powered by SQLite. Application databases provide structured data storage that is quick to access, search, and manipulate.
Note
For more information about designing SQLite databases and interacting with them via the sqlite3 command-line tool, please see Appendix B, “The SQLite Quick-Start Guide.” This appendix is divided into two parts. The ...
Read now
Unlock full access