Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.86 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.86 KB

Android Unit Converter App

Overview

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.

Features

  • 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.

Screenshots

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4
Screenshot 5 Screenshot 6

Getting Started

Prerequisites

  • Android Studio installed on your system.

Clone the Repository

git clone https://github.com/Pranjal-Kri/Unit-Converter-App.git

Open with Android Studio

  1. Open Android Studio.
  2. Select "Open an existing Android Studio project."
  3. Navigate to the directory where you cloned the repository and select it.

Build and Run

  1. Once the project is open in Android Studio, wait for the Gradle build to complete.
  2. Connect your Android device or use an emulator.
  3. Click on the "Run" button in Android Studio to install and run the app on your device/emulator.

Contributing

If you'd like to contribute to the project, feel free to fork the repository and submit a pull request.