Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/00codester/flashcardmobileapp
Flashcard Mobile App using Android Studio and Kotlin
https://github.com/00codester/flashcardmobileapp
androidstudio kotlin mobile-app
Last synced: 15 days ago
JSON representation
Flashcard Mobile App using Android Studio and Kotlin
- Host: GitHub
- URL: https://github.com/00codester/flashcardmobileapp
- Owner: 00codester
- Created: 2024-10-27T02:52:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T03:52:15.000Z (3 months ago)
- Last Synced: 2024-11-10T03:04:43.871Z (2 months ago)
- Topics: androidstudio, kotlin, mobile-app
- Language: Kotlin
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is my first mobile app and also my first time using the Kotlin language. It is a basic Flashcard app. You can create new flashcards and you can select a flashcard and practice learning the information by tapping it to flip it over.
This project was made to help me familiarize myself with a new programming language as well as learn how to create mobile apps.
[Software Demo Video](https://youtu.be/q53jFTviGfk)
# Development Environment
* Android Studio
* Git/Github
* Gradle
* Kotlin
* Pixel 6 Pro Tiramisu# Useful Websites
* [Kotlin Language Documentation](https://kotlinlang.org/)
* [Android Studio Documentation](https://developer.android.com/studio?gad_source=1&gclid=Cj0KCQjwpvK4BhDUARIsADHt9sToZsdEcy2dtrGrt0UMf2_iYW2oLJveAOyy5y5h_VvcmefNDbOC3dYaAnbsEALw_wcB&gclsrc=aw.ds)# Future Work
* Add collections of Flashcards
* Store Flashcards in memory to remain persistent after app closes
* Add way to edit and remove flashcards and collections