The Android Unit Converter App is a simple utility for converting various units of measurement. This app provides a user-friendly interface to input values and convert them between different units such as length, weight, temperature, etc.
- Convert units in different categories (e.g., length, weight, temperature).
- User-friendly interface with easy input and conversion.
- Support for both metric and imperial units.
- Supports dark mode and light mode.
- Android Studio installed on your system.
git clone https://github.com/Pranjal-Kri/Unit-Converter-App.git
- Open Android Studio.
- Select "Open an existing Android Studio project."
- Navigate to the directory where you cloned the repository and select it.
- Once the project is open in Android Studio, wait for the Gradle build to complete.
- Connect your Android device or use an emulator.
- Click on the "Run" button in Android Studio to install and run the app on your device/emulator.
If you'd like to contribute to the project, feel free to fork the repository and submit a pull request.