App to create & manage Inventory Details Database (supports all CRUD operations)
https://www.youtube.com/watch?v=1RhmeO5z4tY
- Add a new item by clicking on the "+" FAB button
- Keep track of all the products in your inventory (all products will be shown in a ListView with their details)
- Sell any product instantly by clicking on its SALE button
- Edit any item by clicking on the ListView items (supports Form Validation as well)
- Show product image
- Order more items with e-mail or phone contact
- Delete one item or whole inventory
- SQLite DB
- ContentValues
- Content Provider & Resolver
- Contract class, SQLiteOpenHelper class
- Cursor
- Cursor Adapter
- Cursor Loader
- Alert Dialogues & Menus
- ListView
- Android Permission