File | Date | Author | Commit |
---|---|---|---|
res | 2014-04-12 |
![]() |
[323cd8] Cleaned up CSV files. |
src | 2014-04-12 |
![]() |
[24711a] Downgraded some log messages. |
.classpath | 2014-04-11 |
![]() |
[3268d5] Removed reference to opencsv library from class... |
.gitignore | 2014-04-12 |
![]() |
[242f2a] Added libs directory to .gitignore. |
.project | 2013-03-12 |
![]() |
[324c7a] Initial commit. |
AndroidManifest.xml | 2013-03-12 |
![]() |
[324c7a] Initial commit. |
LICENSE.md | 2013-12-08 |
![]() |
[9d32e9] Added license file. |
README.md | 2014-04-12 |
![]() |
[055ec2] Fixing formatting in README. |
project.properties | 2013-03-12 |
![]() |
[324c7a] Initial commit. |
An open-source space trivia app for Android.
Written by Dan Ruscoe (http://ruscoe.org/)
Trivia categories and questions can be found in CSV files within the /res/raw directory.
Categories and questions are contained in .csv files. To edit the files:
questions_my_category.csv
java
importQuestionsData(db, R.raw.questions_space_exploration);
importQuestionsData(db, R.raw.questions_earth_moon);
importQuestionsData(db, R.raw.questions_solar_system);
java
importQuestionsData(db, R.raw.questions_my_category);
Note that the resource ID (R.raw.*) must match the name of the question data file you created, minus the .csv extension.
1, "Space Exploration"
Indexes:
1,1,"The first manned Moon landing occurred in July of which year?","The first manned Moon landing occurred on July 20th, 1969 during the Apollo 11 mission.",1969,1959,1979
Indexes
Released under the MIT License.
Space Trivia is published on Google Play. This open source version differs in that the sound files have been replaced by empty sound files.
The files are located at:
The original sound files are under a license that does not permit redistribution.