A minimal Jetpack Compose project designed for converting units with a simple and intuitive interface. It’s perfect for anyone looking to create a beginner-friendly Jetpack Compose app or learn about dropdowns, text inputs, and dynamic data updates.
- Two Dropdowns: Select the input and output units easily.
- Input Box: Enter the value to be converted.
- Dynamic Output: See the converted result instantly.
| Screen 1 | Screen 2 |
|---|---|
![]() |
![]() |
| Screen 3 | Screen 4 |
|---|---|
![]() |
![]() |
- Jetpack Compose: For building modern UI with less code.
- Kotlin: The primary programming language for this project.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Progambler227788/UnitConverterJetpackCompose.git
- Open the project in Android Studio.
- Sync the Gradle files and install the necessary dependencies.
- Run the app on an emulator or physical device.
- Select the units to convert (e.g.,
MeterstoFeet). - Enter the value in the input box.
- The converted value will automatically appear in the output field.
Contributions are always welcome!
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request explaining your changes.
If you have any feedback, please reach out to me via the Issues tab or at my email: [email protected].



