dubesar / Ultimate-Java-Resources

Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
MIT License
297 stars 292 forks source link

Flashcard app #251

Closed dubesar closed 3 years ago

dubesar commented 4 years ago

Requirements for the application

  1. User can see a single card, randomly picked from the "deck" displayed at any point in time
  2. User can see a question on the card and a list of four possible answers, each of which is identified by a letter.
  3. User can select an answer by clicking on it
  4. User can see an error displayed when the wrong answer is selected
  5. User can see a congratulations message when the correct answer is selected.
  6. User can click a 'Next Question' button to display the next flashcard.

Requirements for the README:-

  1. Concepts Learned
  2. Official documentation use for making the app
  3. Future aspects of the app
  4. Resources used for the application building.
Drkstr commented 4 years ago

Hi, this looks interesting.

The project is called "Java A-Z" does that mean this needs to be an Android application?

dubesar commented 4 years ago

@Drkstr yes its an android application.

rahullli commented 4 years ago

I would like to work on this issue .

dubesar commented 4 years ago

@rahullli you can work on it

iayushguptaaa commented 4 years ago

Hey @dubesar I would like to work on this app.

kunal299 commented 4 years ago

Is Anyone done with this project?

kunal299 commented 4 years ago

Give a star to our repo if you liked the project.