A simple Android calculator app that supports both basic and scientific operations. Developed using Java and Android SDK.
- Basic operations: addition, subtraction, multiplication, division
- Scientific functions: sine, cosine, square root, exponentiation, logarithm
- Input validation and error handling
- Clean and responsive UI built with XML layout
- Custom logic layer for result calculation and formatting
- Java
- Android SDK
- Android XML Layout
- Android Views:
TextView,Button,EditText - Java Math API
git clone https://github.com/egezturkk/CalculatorApp.git
Then:
Open the project in Android Studio
Let Gradle sync complete
Click Run to build and launch the app on your emulator or device