Android Trivia App

A few months ago I developed a Trivia app using Android Studio and Java. It parses JSON files into Java classes which hold the variables for the trivia questions. This makes it easy for me to add new categories and questions by simply creating new JSON files.

I am not a great artist, and I didn’t focus on the design much at all. The point of the app was to make my first project in android studio and to get something working. I’m happy with the results.

Source code for the app can be found on my github.