A flashcard Android application that grows in difficulty with the user.
This repository contains the source code for the Flash Math Android app. The app has a (very poorly built) backend here.
- Questions are procedurally generated in the cloud
- The difficulty of the questions scales based on your proficiency in a subject
- Users can track their progress since results are saved to the cloud
- Open platform for building custom quizzes
- A 'marketplace' for searching and taking custom quizzes
This project uses gradle to build. There are currently no tests, so the two commands gradle assemble and gradle build currently both build the APK. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:
export ANDROID_HOME=/opt/tools/android-sdkThis project makes use of the open source libraries:
- ActiveAndroid
- android-async-http
- android-oauth-handler
- GraphView
- scribe-java
- Android-Universal-Image-Loader
Please fork this repository and contribute back using pull requests. Features can be requested using issues. All code, comments, and critiques are greatly appreciated.



