This simple application has the humble and solely purpose of calculating the factorial of a given number.
It's my first Android application, so I'll keep it simple.
@arionkrause
Latest Version
1.1Uploaded by
طه ميكاوي
Requires Android
Android 1.5+
Category
Free Entertainment AppContent Rating
UnratedWarning – content has not yet been rated. Unrated apps may potentially contain content appropriate for mature audiences only.Learn More · Unrated
Report
Flag as inappropriateLast updated on Nov 30, 2015
v1.1 changes:
+ Added screen scroll (finally discovered its magic)
+ Added calculation execution time (stats, please!)
* Result status saved between screen rotations (noob :|)
* Changed from recursive factorial calculation to the iterative "for" operator, allowing bigger numbers calculation
* Removed number formatting (it was truncating results).
* Maximum digit amount increased from 3 to 5, try not to crash your smartphone calculating the factorial of 99999, please.