An app that displays an outline of a U.S. State and asks the user to identify the state. If the user guesses the correct state, include a ?bonus question?? asking the user to name the state?s capital. If the user answers correctly, add 10 bonus points to the score; otherwise, simply display the correct answer, then allow the user to proceed to the next state.".
US-State-Quiz-App is hosted in the following web site
https://github.com/Supuhstar/US-State-Quiz-App
If you think the Android project US-State-Quiz-App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of US-State-Quiz-App.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi] |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
US-State-Quiz-App has the following Java source files.
org.bh.app.quiz.states.ApplicationTest.java org.bh.app.quiz.states.DEBUG_FLAGS.java org.bh.app.quiz.states.MainQuizActivity.java org.bh.app.quiz.states.QuestionFragment .java org.bh.app.quiz.states.evt.OnQuestionAnswerListener.java org.bh.app.quiz.states.util.MoreArrays.java org.bh.app.quiz.states.util.ScoreManager.java