Skip to content

Enhance your calculation experience with this Android calculator leveraging native code execution for superior performance.

License

Notifications You must be signed in to change notification settings

iNoles/AndroidCalculatorNDK

Repository files navigation

Android Calculator with NDK

This simple Android calculator application is built using the Android NDK (Native Development Kit) to leverage native code for improved performance.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Utilizes NDK for native code execution, improving performance.
  • Simple and intuitive user interface.

Requirements

  • Android Studio
  • Android NDK

Installation

  1. Clone the repository to your local machine:
https://github.com/iNoles/AndroidCalculatorNDK.git
  1. Open the project in Android Studio.
  2. Build and run the application on an Android device or emulator.

Usage

Simply enter numbers and use the buttons for arithmetic operations. The result will be displayed on the screen.

Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request if you'd like to contribute to this project.

Acknowledgements

This project was inspired by the need for a simple calculator application with improved performance using native code.