A simple unit converter app built with Android, designed to convert kilograms to pounds.
✅ Convert kilograms to pounds
🔢 Simple and intuitive UI for entering and displaying values
🎨 Material Design for a modern and clean user interface
🌙 Responsive layout suitable for both small and large screens
- Language: Kotlin
- Framework: Android SDK
- UI Design: XML Layouts with Material Design
- Widgets: EditText, TextView, Button
- Clone the repository:
git clone https://github.com/naomi-afrin/UnitConverterApp.git
- Navigate to the project directory:
cd UnitConverterApp - Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
🔄 Multiple unit conversions (e.g., length, temperature)
📱 Optimized design for better user experience on various screen sizes
Contributions are welcome! If you'd like to contribute:
- Fork the project.
- Create a new branch (
git checkout -b feature/YourFeatureName). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeatureName). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
