An efficient calculator app for Android, developed as a practice project using Kotlin and Jetpack Compose. This app performs basic arithmetic operations with a clean and minimalistic interface, focusing on modern Android UI patterns.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Responsive and modern UI with Jetpack Compose.
- Lightweight and easy to use for quick calculations.
- Kotlin: Main language for Android development.
- Jetpack Compose: For building a modern, declarative UI.
- Clone the repository:
git clone https://github.com/ngljcb/practice_17297_JetPackCalcu.git
- Open the project in Android Studio.
- Sync the project with Gradle files.
- Run the app on an emulator or Android device.
- Launch the app.
- Perform calculations by tapping the buttons.
- Use basic arithmetic operations for quick calculations.
This project serves as a learning exercise to improve proficiency with Kotlin and Jetpack Compose in Android development. It’s also a starting point for building more complex apps in the future.
Contributions are welcome! Feel free to open issues and submit pull requests to help enhance this project.