This project is a simple BMI (Body Mass Index) Calculator that utilizes WebView, Jetpack Compose, MVC architecture, and navigation.
- Calculate BMI using the provided weight and height
- View BMI information and recommended health tips
- Navigate through different sections seamlessly
- Use modern UI components powered by Jetpack Compose
- WebView: Utilized for displaying relevant health-related content and resources.
- Jetpack Compose: Used to build a modern and responsive UI for the BMI calculator.
- MVC Architecture: Implemented to ensure a clear separation of concerns and maintain code reusability.
- Navigation: Incorporated to enable smooth navigation between different sections of the BMI calculator.
- Clone the repository:
git clone https://github.com/your-username/BMI-Calculator.git
- Open the project in Android Studio or your preferred IDE.
- Build and run the project on your emulator or physical device.
- Interact with the BMI calculator using the provided weight and height inputs.