A simple quizz Android Application about computer science.
dev-quizz is hosted in the following web site
https://github.com/jyjeanne/dev-quizz
If you think the Android project dev-quizz 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 dev-quizz.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 2 |
Activity Count | 8 |
Asset File Names | assets\questionsDb |
There are 11 image files in dev-quizz. The names of the image files are listed as follows.
black_button.png chuck_icon_bg.png easy_winner.png green_button.png hard_winner.png logo2.png logosmall.png loser.png notbad.png prettygood.png tryagain.png
The following screenshort is generated from the image listed above.
dev-quizz has the following Java source files.
com.jjy.android.devquizz.AnswersActivity.java com.jjy.android.devquizz.DevQuizzApplication.java com.jjy.android.devquizz.EndgameActivity.java com.jjy.android.devquizz.MenuActivity.java com.jjy.android.devquizz.QuestionActivity.java com.jjy.android.devquizz.RulesActivity.java com.jjy.android.devquizz.SettingsActivity.java com.jjy.android.devquizz.SplashScreen.java com.jjy.android.devquizz.ThemesActivity.java com.jjy.android.devquizz.db.DBHelper.java com.jjy.android.devquizz.quiz.Constants.java com.jjy.android.devquizz.quiz.GamePlay.java com.jjy.android.devquizz.quiz.Helper.java com.jjy.android.devquizz.quiz.Question.java com.jjy.android.devquizz.util.Utility.java