Skip to content

QTYResources/AndroidDatabaseProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

《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


About

《Android Database Programming》书籍配套源代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors