Android app to practice basic math facts..
FactsOfMath is hosted in the following web site
https://github.com/danreuth/FactsOfMath
If you think the Android project FactsOfMath 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 FactsOfMath.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
FactsOfMath has the following Java source files.
com.labyrinthtech.factsofmath.activities.FactsOfMathActivity.java com.labyrinthtech.factsofmath.activities.PracticeActivity.java com.labyrinthtech.factsofmath.activities.SingleFragmentActivity.java com.labyrinthtech.factsofmath.fragments.FactsOfMathFragment.java com.labyrinthtech.factsofmath.fragments.PracticeFragment.java com.labyrinthtech.factsofmath.models.MathFact.java com.labyrinthtech.factsofmath.services.FactGenerator.java com.labyrinthtech.factsofmath.utils.Constants.java com.labyrinthtech.factsofmath.utils.Debug.java