I made this app in Spring 2023 for my Mobile Development class, using Kotlin as well as MySQL to populate data from a database into the app.

The function of the app is to allow a user hiking in Pennsylvania to identify a snake they spot. To this end, they have the option of taking a quiz, looking at a regional encyclopedia, or simply skimming the full encyclopedia to try to find what species they have seen. The user also has the option to enter data about any snakes they see, which becomes stored in the database and lasts until the app is reset.

In order to run this application, you will need to download the files from Github and download Android Studio Code on your device, at which point you should be able to launch the project and run it on a virtual machine within Android Studio Code.

Click the image to view the project's Github

Back to my Portfolio