The Inventory App (Project 10) was created within Udacity's Android Basics Nanodegree by Google. App tracks the inventory of a retail store, including current stock and supplier information. Main aim was to implement SQLite database and content provider.
Learn about the importance of data persistence when building an Android app. You'll also learn how to work with SQL databases and Content Providers, which help keep your data bug-free and allow you to share your data storage with other developers.