UnitConverterCompose 📐

A simple compose application to convert various units. Its completely written in kotlin.

Features

  • Converted units can be seen as list.
  • Landscape mode is supported
  • Made in MVVM architecture

Screenshots

screenshot1

screenshot2

screenshot3

Download

You can download the apk from releases

Libraries Used

  • LazyColumn: For displaying a list of conversions.
  • Hilt: For dependency injection.
  • Room db: For storing the converted units.

Getting Started

To run the UnitConverterCompose App on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/FireLord/UnitConverterCompose.git
  2. Open the project in Android Studio.
  3. Build and run the app on an emulator or physical device.