A simple and intuitive Length Unit Converter App built with Jetpack Compose and Material Design 3.
Inspired by the Udemy course on The Complete Android 14 & Kotlin Development Masterclass Created by Denis Panjuta.
- Convert between multiple length units:
- Millimeters (mm)
- Centimeters (cm)
- Meters (m)
- Kilometers (km)
- Inches (in)
- Feet (ft)
- Real-time conversion as you type
- Modern and clean user interface using Material Design 3
- Error handling for invalid input
- Dropdown menus for easy unit selection
Screen_recording_20241001_193637.mp4
- Kotlin
- Jetpack Compose
- Material Design 3
- Android Studio
- Android Studio Arctic Fox (2020.3.1) or newer
- Kotlin 1.5.0 or newer
- Clone the repository:
git clone https://github.com/CGreenP/Length-Converter-App.git
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
- Enter a numeric value in the input field.
- Select the input unit from the dropdown menu.
- Select the output unit from the dropdown menu.
- The converted result will be displayed instantly.
Contributions are welcome! Please feel free to submit a Pull Request.