A sample android application for a simple multiple choice quiz - powered by parse.com.
android-quiz-parse-example is hosted in the following web site
https://github.com/robhinds/android-quiz-parse-example
If you think the Android project android-quiz-parse-example 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 android-quiz-parse-example.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 3 |
jar files used | Parse-1.8.1.jar bolts-android-1.1.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
android-quiz-parse-example has the following Java source files.
com.na.quiz.QuizApplication.java com.na.quiz.activity.EndgameActivity.java com.na.quiz.activity.QuestionActivity.java com.na.quiz.activity.WelcomeActivity.java com.na.quiz.domain.GamePlay.java com.na.quiz.domain.Question.java com.na.quiz.domain.Score.java com.na.quiz.domain.User.java com.na.quiz.util.SystemUiHider.java com.na.quiz.util.SystemUiHiderBase.java com.na.quiz.util.SystemUiHiderHoneycomb.java