Pr0Ca1 is a free, open source programmer's calculator for Android 4.4 KitKat and higher.
- displays numbers in binary, octal, decimal, & hexadecimal
- allows switching between DEC, HEX, OCT, & BIN input modes
- input backspace, regardless of input mode
- automatic base conversion on input
- bit mode selection
- 32-bit signed (default mode)
- 16-bit signed/unsigned
- 8-bit signed/unsigned
- 4-bit unsigned
- boolean logic operations
- bitwise AND
- bitwise OR
- bitwise XOR
- bitwise NAND
- bitwise NOR
- bitwise XNOR
- bitwise NOT
- arithmetic operations
- addition
- subtraction
- multiplication
- division
- modulus
- AC - All Clear
- Ad-free (and will be forever)
- An Android device running 4.4 KitKat or higher
- Android SDK Version 19
This project is licensed under the MIT License - see the LICENSE file for details
During the Fall 2017 semester at Blackburn College, myself and nine other students in the CS320 Software Engineering class developed a programmer's calculator for Android 8.0 as our semester project. Pr0Ca1 as it exists today would not have been possible without the work of those talented people.
- Jessica Cramer - Model, Unit Tests
- Tim Francis - View, Controller
- Hannah Goett - Model, Unit Tests
- Drew Hans - Model, View, Controller, Documentation, Debugging
- Ashley Holcomb - Model, Unit Tests
- Riley Judd - Controller
- Arthur LeVan - View
- Samuel Lomanto - View, Controller
- Braydon Rekart - Model, Unit Tests
- Dakota Tebbe - View, Controller, Debugging