This is a basic calculator application designed for performing simple arithmetic calculations. It provides functionality for addition, subtraction, multiplication, and division.
- Addition: Allows users to add two numbers together.
- Subtraction: Enables users to subtract one number from another.
- Multiplication: Permits users to multiply two numbers.
- Division: Allows users to divide one number by another.
- Enter the first number using the number keys.
- Select the desired operation (+, -, *, /).
- Enter the second number using the number keys.
- Press the '=' button to see the result.
- Clear the input by pressing the 'C' button.
- Jetpack Compose for UI and state handling.
- mXparser for calculation logic