A simple Android application that calculates the Body Mass Index (BMI) based on user input for height and weight. This app provides users with an easy way to determine if they are in a healthy weight range.
- Input for height and weight
- BMI calculation
- Classification of weight status (Underweight, Normal weight, Overweight, Obesity)
- User-friendly interface
To run the BMI Calculator app on your device, follow these steps:
- Clone the repository:
git clone https://github.com/zameelismail/BMI-Calculator.git
- Open the project in Android Studio. Build and run the project on your Android device or emulator.
- Launch the app on your device.
- Enter your height in meters and weight in kilograms.
- Tap the "Calculate BMI" button. The app will display your BMI value and the corresponding weight classification.
Android Studio Java XML for layout design
Contributions are welcome! If you have suggestions for improvements or find a bug, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Zameel Ismail GitHub Profile