Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 548 Bytes

File metadata and controls

5 lines (4 loc) · 548 Bytes

Project-10--Product-Inventory-App

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.

Goal

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.