分类:编程开发
语言:简体中文
大小:未知
发布时间:12-07-22
目录:
Chapter 1: Storing Data on AndroidChapter 2: Using a SQLite DatabaseChapter 3: SQLite QueriesChapter 4: Using Content ProvidersChapter 5: Querying the Contacts TableChapter 6: Binding to the UIChapter 7: Android Databases in PracticeChapter 8: Exploring External DatabasesChapter 9: Collecting and Storing DataChapter 10: Bringing it Together 内容介绍:“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 bookLearn about lighter forms of local data storage such as SharedPreferencesDive into SQLite databases and learn how to customize and extend themExamine various SQLite queries to efficiently query for your dataLearn to safely expose your SQLite database to external applicationsUnderstand how to bind your SQLite database to the user interfaceExplore various external databases such as Google App Engine and learn how to store/query data on these external platformsLearn to make network requests to both post and get data from your external data storeLearn to retrieve, parse, and/or cache the incoming web data on the Android application内容截图:
...