https://github.com/theogrammer/lab-1
Lab 1: Flashcard App
https://github.com/theogrammer/lab-1
Last synced: 2 months ago
JSON representation
Lab 1: Flashcard App
- Host: GitHub
- URL: https://github.com/theogrammer/lab-1
- Owner: theogrammer
- Created: 2020-02-21T05:49:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T18:16:10.000Z (about 5 years ago)
- Last Synced: 2025-01-17T21:42:55.802Z (4 months ago)
- Size: 996 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## laboratorio
## Lab-1
### App Description
Lab 1: Flashcard App### App Walk-though
## Required
- [x] Create New Project in Android Studio
- [x] Add a view for the front side of the flashcard to display the question
- [x] Add a view for the back side of the flashcard to display the answer
- [x] Build in logic to show the answer side when the card is tapped
- [x] Push code to GitHu
## Optional
- [x] toggle the flashcard between the question side and the answer side
- [x] Style the question and answer side of the card to better distinguish between the two sides
- [ ] Add selectable multiple choice answers beneath the card
- [ ] Change the background color of the multiple choice answers when clicked to indicate whether the question waanswered correctly
- [ ] Further customize and style the card