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

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

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