Simple clone of the iOS calculator app for Android.
Features:
- simple operations (add, subtract, multiply, divide)
- double precision floating point numbers
- chain operations, e.g.
1 + 2 + 3 - simple landscape layout
- quality of life improvements:
- fade animation when result of operation is the same as current display
e.g.
12 - 6 = 6,4 / 2 = 2 - automatically add 0 to the left of decimal point
- remove all trailing zeros from result
- fade animation when result of operation is the same as current display
e.g.
Known issues:
- operation is not kept when rotating device
