Welcome to the Temperature Converter App repository! This versatile app allows you to convert temperatures between Celsius, Kelvin, and Fahrenheit. Whether you're a developer seeking insights into the implementation or a user in need of an all-in-one temperature conversion tool, this app has you covered.
- Convert temperature between Celsius, Kelvin, and Fahrenheit.
- User-friendly interface with dropdown menus for easy selection.
- Accurate temperature conversion formulas applied for all units.
- Supports positive and negative temperature values.
- Download Temperature_Converter_App.apk
- Run the app on your chosen platform.
- Select the input temperature unit from the "From" dropdown menu.
- Enter the temperature value to convert.
- Select the desired output temperature unit from the "To" dropdown menu.
- Click the "Convert" button.
- The converted temperature will be displayed on the screen.
- Language: Kotlin
- Framework: Android SDK
We welcome contributions to enhance the app's functionality or user interface. Here's how you can contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-new-feature
- Commit your changes:
git commit -m 'Add a new feature'
- Push to the branch:
git push origin feature-new-feature
- Open a pull request.
- Developed by Raj Kishor
This project is licensed under the MIT License.
MIT License
Copyright (c) 2023 Raj Kishor
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.
We hope you find the Temperature Converter App versatile and valuable for various temperature conversion needs. Feel free to contribute, suggest improvements, or use the app in your projects. If you encounter any issues, please report them in the "Issues" section of this repository.
For any inquiries, contact: [email protected]
Connect with us:
- GitHub: Raj Kishor
- LinkedIn: Raj Kishor
Thank you for your interest and contribution!