This is a simple Android application for calculating Body Mass Index (BMI). The app takes input for weight and height, validates the input, and then calculates and displays the BMI along with a corresponding status.
To use the BMI calculator, follow these steps:
-
Clone the repository to your local machine.
git clone https://github.com/iampranshu2003/bmicalculator.git
-
Open the project in Android Studio.
-
Run the app on an Android emulator or a physical device.
- Enter your weight in kilograms in the "Weight" field.
- Enter your height in centimeters in the "Height" field.
- Click the "Calculate" button.
The app will display your BMI along with a status indicating whether you are Underweight, Healthy, Overweight, or Obese.
- Simple and intuitive UI.
- Input validation to ensure both weight and height are provided.
- BMI calculation with results rounded to two decimal places.
- Color-coded results for better visualization.
If you'd like to contribute to the project, feel free to open issues or submit pull requests.
This BMI Calculator is open-source software licensed under the MIT License.
- This app was created as a learning project and is not intended for professional use.
Thank you for using the BMI Calculator app! If you have any questions or feedback, feel free to reach out.