This is a simple calculator application built using Android Studio and Jetpack Compose. I created this app as a learning project to understand the basics of Android application development, including UI design with Compose, state management, and basic arithmetic operations.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- User-friendly interface with haptic feedback
- Reset and backspace functionality
- Real-time display of expressions and results
- Android
- Jetpack Compose
- Kotlin
- Understanding the fundamentals of Android app development
- Learning how to use Jetpack Compose for building UIs
- Managing application state using Compose's
remember
andmutableStateOf
- Implementing user interactions and haptic feedback
- Clone the repository
- Open it in Android Studio
- Build and run the application on an emulator or physical device