The UNIT Converter App is a simple and intuitive Android application designed to help users convert between various units, such as:
- Length: meters, kilometers, and more
- Speed: meters per second, kilometers per hour, etc.
- Temperature: Celsius, Fahrenheit, Kelvin
- Mass: grams, kilograms, tons
- Frequency: hertz, kilohertz, etc.
- Area: square meters, square kilometers, etc.
This project is part of my learning journey in Android development using Kotlin. Inspired by open-source contributions, I explored new concepts, improved UI designs, and enhanced functionality.
- Unit Converters:
- Supports multiple categories like length, mass, speed, temperature, and more.
- Improved UI Design:
- A more modern, good looking Design.
- Custom Implementations:
- Extended functionality beyond the original source code.
- Unique UI elements and better user interaction.
Here are some glimpses of the app:
---- Clone this repository:
git clone https://github.com/Sandy-exe/Unit-Converter.git
- Open the project in Android Studio.
- Build and run the app on an emulator or a physical device.
This app is the result of a fun and insightful learning experience. I cloned the project from a public repository and added my ideas to make it my own. It allowed me to:
- Understand the basics of Android development in Kotlin.
- Experiment with UI/UX design improvements.
- Learn how to handle animations and loading indicators.
A big thank you to Raj Kishor for the original repository that inspired this project. It served as a great starting point for my learning journey.


