In this project you will work on an Android Studio project that creates an Android App which uses an SQLite database. The app will have two activities (and six java classes), one main launcher activity, and one activity for reading from the SQLite. In your Android app you will create an SQLite database, create a table in that database, use a utility class to read information from a csv file, insert that information into the database, read the information the database and display it in the user interface, and finally you will upload the APK of your app to Appetize.io and test it. Reading from and writing from different types of files is essential function of nearly all apps and knowing how to do this is extremely valuable knowledge.