Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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