About:
An Android app where users can log and save their shoe inventory. This is Project 5 of Udacity's Android Basics.
Installation:
Clone the GitHub repository:
git clone https://github.com/noahhkim/deadstock.git
Features:
- Store information in a SQLite database
- Integrate Android’s file storage systems into that database
- Present information from files and SQLite databases to users
- Update information based on user input.
- Create intents to other apps using stored information.
Requirements:
- Java 8
- Latest version of Android SDK and Android Build Tools