Inventory app using Android Studio, Java, XML, and SQLite.
This inventory app displays a list of items and their related data that the user inputs.
Data is stored in an SQLite database and logic has been used to validate user input and prevent SQL injection attacks.
Intents to email and gallery allow the user to order additional items and add item images respectively.
Android Studio, Java, XML, and SQLite.