Welcome to the CalculatorOP, a simple yet effective Android app designed to perform basic arithmetic operations with ease. Built using modern Android technologies, this app provides a smooth and intuitive user experience for all your calculation needs.
- 🧮 Basic Calculations: Perform addition, subtraction, multiplication, and division.
- 📊 History: Enable history to keep track of your previous calculations.
- 🌙 Dark Mode: Switch to dark mode for a comfortable viewing experience in low light.
- ⚫ AMOLED Mode: Enable AMOLED mode for deeper blacks and energy saving on AMOLED screens.
- 📱 Follow System Theme: Automatically switch between light and dark mode based on your system settings.
- 📳 Haptic Feedback: Get tactile feedback on button presses.
- 💾 Data Persistence: Preferences are saved and restored even after the app is closed.
We welcome contributions to make CalculatorOP even better! Follow these steps to get started:
- Fork the repository by clicking the "Fork" button at the top right of the repository page.
- Clone your forked repository to your local machine:
git clone https://github.com/hariomop12/CalculatorOP.git
- Navigate to the project directory:
cd CalculatorOP
- Open the project in your favorite IDE (we recommend Android Studio).
- Ensure you have the required dependencies installed.
- Create a new branch for your feature or bugfix:
git checkout -b feature-or-bugfix-name
- Make your changes and commit them:
git add .
git commit -m "Description of your changes"
- Push your changes to your forked repository
git push origin feature-or-bugfix-name
- Go to the original repository and create a pull request from your forked repository.
Thank you for contributing!💕❤️🙌
- Kotlin: The official programming language for Android.
- Jetpack Compose: Modern toolkit for building native UI.