The Unit Converter is an Android app that allows users to convert various units of measurement. It provides conversions for length, weight, and more. The app includes a ViewPager2 with TabLayout for easy navigation between different unit categories.
- Convert between different units of measurement, such as length, weight, and more.
- Supports conversion for multiple unit categories.
- Uses a ViewPager2 with TabLayout for a user-friendly interface.
- Material 3 design principles incorporated for a modern and intuitive user experience.
Include some screenshots of the app to showcase its interface and features. You can add them directly to the README file or provide a link to a separate folder or image hosting service.
To use the Unit Converter app, follow these steps:
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
- Select the desired unit category from the TabLayout.
- Enter a value in the input field and select the units for conversion.
- The converted result will be displayed in real-time.
Feel free to customize the app according to your needs and add more conversion categories or units.
- ViewPager2
- TabLayout
- Material 3
Contributions to the Unit Converter app are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.