A android application created in ICS 122B that allows users to take quiz questions based on data in a sql database.
MovieQuiz is hosted in the following web site
https://github.com/Kevin-Jonaitis/MovieQuiz
If you think the Android project MovieQuiz 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 MovieQuiz.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Asset File Names | assets\movies.csv assets\stars.csv assets\stars_in_movies.csv |
MovieQuiz has the following Java source files.
com.example.moviequiz.CustomDialog.java com.example.moviequiz.DbAdapter.java com.example.moviequiz.GameOver.java com.example.moviequiz.MainMenu.java com.example.moviequiz.QuestionCreator.java com.example.moviequiz.Quiz.java com.example.moviequiz.Statistics.java