This simple Android calculator application is built using the Android NDK (Native Development Kit) to leverage native code for improved performance.
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Utilizes NDK for native code execution, improving performance.
- Simple and intuitive user interface.
- Android Studio
- Android NDK
- Clone the repository to your local machine:
https://github.com/iNoles/AndroidCalculatorNDK.git
- Open the project in Android Studio.
- Build and run the application on an Android device or emulator.
Simply enter numbers and use the buttons for arithmetic operations. The result will be displayed on the screen.
Contributions are welcome! Feel free to fork the repository and submit a pull request if you'd like to contribute to this project.
This project was inspired by the need for a simple calculator application with improved performance using native code.