Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaostyle/who-r-they-quiz-app
Who-R-They Quiz App - Grow With Google / Udacity Project 3 (Quiz App)
https://github.com/yaostyle/who-r-they-quiz-app
android google-udacity-abnd google-udacity-scholars java quiz quizapp udacity udacity-nanodegree udacity-nanodegree-project
Last synced: 1 day ago
JSON representation
Who-R-They Quiz App - Grow With Google / Udacity Project 3 (Quiz App)
- Host: GitHub
- URL: https://github.com/yaostyle/who-r-they-quiz-app
- Owner: yaostyle
- Created: 2018-04-04T07:28:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T18:58:34.000Z (over 6 years ago)
- Last Synced: 2023-12-18T02:26:17.716Z (11 months ago)
- Topics: android, google-udacity-abnd, google-udacity-scholars, java, quiz, quizapp, udacity, udacity-nanodegree, udacity-nanodegree-project
- Language: Java
- Size: 5.3 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# who-r-they-quiz
Who-R-They Quiz App - Grow With Google / Udacity Project 3 (Quiz App)![alt text](https://pbs.twimg.com/media/DZ7NuErX0AEXmdd.jpg:large)
This is an Android app for Udacity's Android Basic lesson.
It's been a great journey for me to learn Android Basics since this course started back in January of 2018. And here's my so-called final project. First of all, I do have some web programming background therefore I really want to push myself to the limit and apply all of the Android/JAVA skills I learned from the course plus a little two cents of my own. I also do online search for the techniques that I never knew of and really want to achieve it.
### Things that I learned from online research
- How to do Intent Activity;
- How to programmatically create object: radio button and checkbox;
- How to disable keyboard when activity starts;
- How to prevent user click "back" button;### Project planning and critical thinking
- A.) I want to programmatically create my checkbox and radio buttons so I can use my object to identify which question goes with which type of display method.;
- B.) I want to create a big “Questionary” class that defines all of my:
#### a.Question library
#### b.Answer library
#### c.Correct Answer library
#### d.Images library
#### e.Type of Answer (Radio or Checkbox)
#### f.Total numbers of my questions
#### g.Validation of my correct answer
#### h.Validation of Radio or Checkbox method for each question;
- C.) A score board after finish the quiz. Percentage and the ability to replay the quiz.;Any suggestion or comments are welcome and I really appreciate any helpful tips.
### Resource
- Image resource: Google Image
- Code Research: Google & StackoverflowThanks and code with <3