The app supports:
Basic operations (add, subtract, multiply, divide)
Extra features (percentage, square root, square, fraction, delete, clear)
Error handling (like division by zero and invalid inputs)
This project helped me:
Practice connecting UI with backend logic
Improve my skills in handling user input and events
Understand how to manage calculations and edge cases in Android