Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.21 KB

BMI Application

This is an Android application to calculate Body Mass Index (BMI). The app takes input for weight, height in feet, and height in inches to compute the BMI and display whether the user is underweight, healthy, or overweight.

Features

  • Input fields for weight, height in feet, and height in inches.
  • Calculate BMI based on the input values.
  • Display the BMI result and a corresponding health message.

Screenshots

Screenshot 1

Screenshot 2

Installation

To install the application, download the APK file from the link below and install it on your Android device.

Download APK

Download the APK

Usage

  1. Open the app.
  2. Enter your weight in kilograms.
  3. Enter your height in feet and inches.
  4. Press the "Calculate" button to see your BMI and health status.

Contributing

If you would like to contribute to the project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.