This project involves a simple calculator application that can perform basic arithmetic operations (+, -, *, /, %). The user can enter numbers by clicking on the number buttons on the screen and perform calculations by clicking on the operator buttons.
This project involves a simple calculator application that can perform basic arithmetic operations (+, -, *, /, %). The user can enter numbers by clicking on the number buttons on the screen and perform calculations by clicking on the operator buttons.
Technologies Used
Kotlin programming language
Android Studio development environment
Android Jetpack libraries (ViewBinding)
Math Expression Evaluation library
Application Screenshots
This screenshot displays an error message that appears when attempting to divide a rational number by 0 in the application.
This screenshot demonstrates that mathematical operations are performed according to their order of precedence
This screenshot provides an example of a division operation.