A simple BMI (Body Mass Index) calculator app developed for Android. This app allows users to input their weight and height, and it calculates their BMI, displaying the result along with a message indicating whether they are underweight, normal weight, or overweight.
- User-friendly interface for inputting weight and height.
- BMI calculation based on the entered values.
- Displays BMI value along with a corresponding message.
- Background color changes based on BMI results.
- Android SDK
- Java
- XML for layout design
- Clone the repository:
git clone https://github.com/ShahriarKhanLimon/BMI_Calculator_App.git
- Open the project in Android Studio.
- Run the app on an Android emulator or physical device.
- Open the app.
- Enter your weight in the appropriate field.
- Enter your height in feet and inches.
- Click the "Calculate BMI" button to see your BMI and the corresponding category.