Everybody loves quiz apps! My Money Quiz builds a personalized quiz just for you, based on your spending habits. There are different types of questions to keep things interesting, and each time you answer, the app gives you an insight into that topic.
Users learn while having fun!
TECHNICALS
At a technical level, the app:
Loads the user's historical transaction data from the Level APIs. For ease of demoing, our submitted app is hard coded to use my personal API token.
Builds a quiz that is custom for that data (a collection of question objects). For ease of demoing, we've cached the quiz data for our demo user (me).
We're using a lot of fun Android libraries, including Retrofit, Butterknife, Google Support libraries, and various transition libraries.
This app would require very little work to be publishable as a public app. We'd need to let users configure their Level account login information, then we'd have to test that our quiz generation heuristics will work with arbitrary inputs.
Log in or sign up for Devpost to join the conversation.