https://github.com/sanderhelleso/flashcard
https://github.com/sanderhelleso/flashcard
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanderhelleso/flashcard
- Owner: sanderhelleso
- Created: 2018-10-14T00:43:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T04:46:18.000Z (over 7 years ago)
- Last Synced: 2025-03-28T12:45:03.736Z (about 1 year ago)
- Language: Java
- Size: 887 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
### 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