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

https://github.com/sanderhelleso/flashcard


https://github.com/sanderhelleso/flashcard

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# flashcard

### App Description
Android app that allows a user to use flashcards. Displays score and correct / wrong options.

### App Walk-though (updated layout)


app gif
app gif



### Required User Stories
- [X] 1. Create New Project in Android Studio
- [X] 2. Add a view for the front side of the flashcard to display the question
- [X] 3. Add a view for the back side of the flashcard to display the answer (correct option is shown)
- [X] 4. Build in logic to show the answer side when the card is tapped
- [X] 5. Push code to Github

### Optional User Stories
- [X] 1. Further customize and style the card
- [X] 2. Add selectable multiple choice answers beneath the card
- [X] 3. Change the background color of the multiple choice answers when clicked to indicate whether the question was answered correctly
- [X] 4. Build reset logic

### My own improvised Stories
- [X] 1. Read question data from JSON file
- [x] 2. Parse and create quesion object using JSON data
- [x] 3. Toggle which card to attempt. (Prev / Next)
- [x] 4. Total score manipulated if question was correcrly guessed or wrong
- [x] 5. Use vector / icons in the app