Audible会員プラン登録で、20万以上の対象タイトルが聴き放題。
-
SQLite for Mobile Apps Simplified
- Step by Step Details to Create and Access Database from Android, BlackBerry and iPhone Apps
- ナレーター: Jeffrey Whittle
- 再生時間: 1 時間 16 分
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
聴き放題対象外タイトルです。Audible会員登録で、非会員価格の30%OFFで購入できます。
あらすじ・解説
This audiobook presents the architecture, functionalities, and data types supported by SQLite. It demonstrates how to use SQLite Command-Line shell. Then, the audiobook presents the approach to use SQLite in Mobile Apps. Later, it presents developing Android, BlackBerry and iOS Applications using SQLite to store and retrieve data with step-by-step details as well as list of source code. In addition, it presents how to use Android ADB Shell to open SQLite Database created for the application. Similarly, it shows the database contents from BlackBerry SD Card and iOS database file.
Chapter 1 - Introduces SQLite and describes the chapters.
Chapter 2 - SQLite Overview - Architecture, functionality, data types, Data Definition Language (DDL) statements, DML (Data Manipulation Language) statements and function call process flow and mobile devices.
Chapter 3 - Command line shell - This chapter describes how to use SQLite Command line shell.
Chapter 4 - Set up for use in Mobile Apps - This chapter presents a process flow. It presents the database structure, DDL and DML executed in the database. It also presents the sample Part Maintenance application user interface to be used repeated in Android, BlackBerry, iOS and Web App.
Chapter 5 - Use in Android Apps - This chapter narrates the approach, implementation, code listing, screenshots, accessing SQLite Database through launching ADB shell and opening SQLite command line.
Chapter 6 - Use in BlackBerry App - This chapter narrates the approach, implementation, code listing, screenshots, accessing SQLite Database through opening SQLite database in command line.
Chapter 7 - Use in iOS App - This chapter narrates the approach, implementation, code listing, screenshots, accessing SQLite Database through opening SQLite database in command line.