Building Your First Android Database Application with SQLite

Pluralsight
Course Summary
The most successful Android apps need data. If you want to write a great Android data driven app, this course will help you achieve your goal. You'll build a working app using SQLite, Content Providers, and the Android Data Binding Library.
-
+
Course Description
At the core of developing a data driven Android app is a thorough knowledge of SQLite, Asyncronous data interaction, and data binding. In this course, Building Your First Android Database Application with SQLite, you will learn how to write professional apps that rely on data. First, you will learn how to use SQLite. Next you'll explore what Content Providers are and how to use them. Finally, you'll learn how to use the Android Data Binding Library. When you're finished with this course, you will have a foundational knowledge of Android data technologies that will help you as you move forward to create your next great Android apps.
-
+
Course Syllabus
Course Overview- 1m 27s
—Course Overview 1m 27sGetting Started- 7m 51s
—Welcome 7m 51sThe User Interface- 9m 14sModeling Your Data Schema with Classes- 52m 44sInteracting with a Database Through a Content Provider- 33m 11sInteracting with Data Asynchronously- 22m 34sBinding Data to the User Interface- 38m 34sTesting the Application- 14m 44s