A simple calculator app built with Jetpack Compose. It uses mXparser as it's expression evaluator by default, but has one built-in with limited capability for learning purposes which includes infix to postfix converter.
- Basic arithmetic operations
- Copy Result (on long click)
- Dynamic theme on Android 12+ & Light/Dark Mode
- History View (save and access past calculations)
- Calculator Configuration (Decimal, Thousand Separator, Precision)
- Theme switcher
- Flexible Layout (adaptive for landscape, tablet, foldable devices)
Light Theme
kalkulator-light-theme.mp4
Dark Theme