GithubHelp home page GithubHelp logo

rajkishorbgp / twsip_unit-converter-application Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 465 KB

This project is part of the Topper World internship program. The Unit Converter Application provides accurate and customizable unit conversions for various measurement categories on the Android platform. It aims to offer a reliable and user-friendly tool for seamless conversion tasks.

License: MIT License

Kotlin 100.00%
android android-application rajkishorbgp unitconverter topperworld

twsip_unit-converter-application's Introduction

Unit Converter Application

Coding

Welcome to the Unit Converter Application repository! This Android app allows you to perform accurate and customizable unit conversions effortlessly.

The Unit Converter Android Application is a versatile tool that allows users to perform conversions between various units of measurement. From length and weight to temperature and speed, this app provides an intuitive and user-friendly interface for accurate and efficient unit conversions.

Features

  • Length Conversion: Convert between units such as meters, kilometers, centimeters, millimeters, feet, inches, yards, and miles.

  • Weight Conversion: Perform conversions between kilograms, grams, metric tons, long tons, short tons, pounds, ounces, and carats.

  • Temperature Conversion: Easily convert temperatures between Celsius, Fahrenheit, and Kelvin scales.

  • Area Conversion: Convert areas among square meters, square kilometers, square centimeters, square millimeters, square micrometers, hectares, square miles, square yards, square feet, and square inches.

  • Frequency Conversion: Conversions for frequencies including cubic meters, cubic kilometers, cubic centimeters, cubic millimeters, liters, milliliters, US gallons, US quarts, US pints, US cups, and US fluid ounces.

  • Speed Conversion: Convert speeds between meters per second, kilometers per hour, centimeters per second, micrometers per second, nanometers per second, miles per hour, yards per second, feet per second, and inches per second.

  • Mass Conversion: Perform mass conversions among kilogram, gram, metric ton, long ton, short ton, pound, ounce, and atomic mass unit.

Usage

  1. Choose the type of conversion you want to perform from the main screen.
  2. Select the initial unit and the target unit from the provided dropdown menus.
  3. Enter the value you want to convert in the input field.
  4. Press the "Convert" button to see the converted value.
  5. The result will be displayed below the input field.

Live Demo:

  • Curious to see it in action? Check out this Live Demo and experience hassle-free unit conversions. Just a few clicks away! ๐Ÿ“ฒ
  • Application Install: Downloade

Screenshots

Coding

Coding

Coding

Coding

Coding

Coding

Coding

Coding

Swipe through the screenshots below to catch a glimpse of the app's user-friendly interface:

Installation

  1. Clone this repository to your local machine using: git clone https://github.com/rajkishorbgp/Unit-Converter-Application.git2. Open the project in Android Studio.

  2. Build and run the app on an Android emulator or device.

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to submit a pull request.

File Structure

The project file structure is organized as follows:

โ”œโ”€โ”€ app
โ”‚   โ”œโ”€โ”€ src
โ”‚   โ”‚   โ”œโ”€โ”€ main
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ java/com/rajkishorbgp/signupsignin
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ AreaActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ FrequencyActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ LanguageManager.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ LengthActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ MainActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ MassActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ SettingActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ SpeedActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ TemperatureActivity.kt
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ WelcomeActivity.kt
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ res
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ layout
โ”‚   โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€ activity_area.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€ activity_frequency.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€ activity_length.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_main.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_mass.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_setting.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_speed.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_temperature.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ activity_welcome.xml
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ values
โ”‚   โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€ strings.xml
โ”‚   โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ colors.xml
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ ...
โ”‚   โ”‚   โ””โ”€โ”€ ...
โ”‚   โ””โ”€โ”€ ...
โ””โ”€โ”€ ...

Contact

For any inquiries or feedback, please contact us at: [email protected]

License

This project is licensed under the MIT License.

MIT License

Copyright (c) 2023 rajkishorbgp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Developed by Raj Kishor.

twsip_unit-converter-application's People

Contributors

rajkishorbgp avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.