The purpose of the app is to help students create flashcards and use them as study tools. There is currently one quiz option available. More are on the way.
The app is still very much under construction. As a self-taught Kotlin and Android developer, I've used this app as an opportunity to dig into the Android documentation and learn new skills. As I add to my skillset as a developer, I continue to return to this app and improve it.
Creating animations, toolbars and menu items.
Finding Context in any context.
Building with recyclerView and other layout options.
Data is currently stored in system preferences, but as I continue to learn more about Android, I'll re-examine the data storage options.
Users will be able to upload spreadsheets or export their flashcards as spreadsheets.
If you'd like to take a look at my code without having to dig through a lot of folders, Main Activity is the best place to start: https://github.com/phoebe0909/flashCardApp/blob/main/main/java/weiss/kotlin/flashcardapp/MainActivity.kt
Or visit here to see all of the Activities: https://github.com/phoebe0909/flashCardApp/tree/main/main/java/weiss/kotlin/flashcardapp