中文名: Android數據庫編程
原名: Android Database Programming
作者: Jason Wei
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新EPUB版本/更新源代碼
出版社: Jason Wei
書號: 1849518122
發行時間: 2012年6月
地區: 美國
語言: 英文
簡介:
內容介紹:“Android Database Programming” is designed to help developers create and design data-centric mobile applications on Google’s Android platform. As the world goes increasingly mobile and as consumers’ demand for data-centric applications rises, knowing how to combine the two effectively will become an increasingly important asset to have as a developer. The book starts by looking at the various local data storage methods on Android, and finishes off by examining external databases and ways you can utilize them from within an Android application.
What you will learn from this book
Learn about lighter forms of local data storage such as SharedPreferences
Dive into SQLite databases and learn how to customize and extend them
Examine various SQLite queries to efficiently query for your data
Learn to safely expose your SQLite database to external applications
Understand how to bind your SQLite database to the user interface
Explore various external databases such as Google App Engine and learn how to store/query data on these external platforms
Learn to make network requests to both post and get data from your external data store
Learn to retrieve, parse, and/or cache the incoming web data on the Android application
內容截圖: 目錄:
Chapter 1: Storing Data on Android
Chapter 2: Using a SQLite Database
Chapter 3: SQLite Queries
Chapter 4: Using Content Providers
Chapter 5: Querying the Contacts Table
Chapter 6: Binding to the UI
Chapter 7: Android Databases in Practice
Chapter 8: Exploring External Databases
Chapter 9: Collecting and Storing Data
Chapter 10: Bringing it Together