# AndroidDatabaseProgramming **Repository Path**: qtyresources/AndroidDatabaseProgramming ## Basic Information - **Project Name**: AndroidDatabaseProgramming - **Description**: 《Android Database Programming》书籍配套源代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 《Android Database Programming》 作者:Jason Wei ISBN:978-1-84951-812-3 出版社:www.packtpub.com 源代码下载地址: https://www.packtpub.com/support/code-downloads https://account.packtpub.com/getfile/9781849518123/code Chapter01 Storing Data on Android 01. SharedPreferencesExample ==> SharedPreferences 的使用示例 02. SharedPreferencesExample2 ==> SharedPreferences 的应用场景示例 03. InternalStorageExample ==> 使用 Context.openFileOutput() 方法保存数据 04. InternalStorageExample2 ==> 使用 Context.openFileInput() 读取 Context.openFileOutput() 存储的数据 05. ExternalStorageExample ==> 将数据存储在外部存储器中 06. Chapter02 Using a SQLite Database Chapter03 SQLite Queries Chapter04 Using Content Providers Chapter05 Querying the Contacts Table Chapter06 Binding to the UI Chapter07 Android Database in Practice Chapter08 Exploring External Database Chapter09 Collecting and Storing Data Chapter10 Bringing it Together