Software developer's calculator, for Android
Features:
- Convert between binary, decimal and hexadecimal
- Toggle bits with a tap
- Bitwise operations (OR, XOR, AND, NOT, and left- and right-shift)
- Dedicated increment and decrement buttons
- ... and regular old calculator stuff as well (add, subtract, multiply and divide)
I wanted a calculator similar to the old Windows calculator, but couldn't find one that satisfied my needs. So I set out to create my own, and this is the result.
Check out the release on the Play store
... or download the APK right here on GitHub
Planned features:
- Unsigned integers
- 64, 16 and 8 bits
- Octal
- Arithmetic and circular shift
- Display input as ARGB color