Student Assistant
An Android application for tracking student schedules and taking notes for various classes.
Including auto-fill text messages with pre-written notes, and saving the data in the app to the device using the Android Studio SDK and Java.


Mobile Projects
Each color represent a different Data Type.
1. Terms (Turquoise)
2. Courses (Blue Grey)
3. Assessments (Blue)
Each had some shared properties, and some unique with the ability to add, edit, and delete and from their respective RecyclerView components, which is indeed linked to a backend SQL database.
Users could generate notes for any course using this second screen, which could also automatically send those notes via SMS to a given phone number.

