Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 953 Bytes

LAB1

Flashy

Lab 1

App Description

This respository will present a flashcard app made by using android studio with java.

App Walk-though


Required

  • Create New Project in Android Studio
  • Add a view for the front side of the flashcard to display the question
  • Add a view for the back side of the flashcard to display the answer
  • Build in logic to show the answer side when the card is tapped
  • Push code to GitHuB

Optional

  • toggle the flashcard between the question side and the answer side
  • 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