https://github.com/varuns18/bmi-calculator
The BMI Calculator is an Android application designed to help users calculate their Body Mass Index (BMI) based on their weight and height. The app provides instant results and categorizes BMI into standard categories (e.g., underweight, normal weight, overweight, obese). This tool is ideal for anyone looking to monitor or understand their BMI.
https://github.com/varuns18/bmi-calculator
android-application android-studio bmi-calculator java xml
Last synced: 3 months ago
JSON representation
The BMI Calculator is an Android application designed to help users calculate their Body Mass Index (BMI) based on their weight and height. The app provides instant results and categorizes BMI into standard categories (e.g., underweight, normal weight, overweight, obese). This tool is ideal for anyone looking to monitor or understand their BMI.
- Host: GitHub
- URL: https://github.com/varuns18/bmi-calculator
- Owner: varuns18
- License: mit
- Created: 2025-04-15T04:53:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-18T03:22:38.000Z (10 months ago)
- Last Synced: 2025-06-04T17:12:59.127Z (8 months ago)
- Topics: android-application, android-studio, bmi-calculator, java, xml
- Language: Java
- Homepage:
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMI Calculator
## Description
The **BMI Calculator** is an Android application designed to help users calculate their Body Mass Index (BMI) based on their weight and height. The app provides instant results and categorizes BMI into standard categories (e.g., underweight, normal weight, overweight, obese). This tool is ideal for anyone looking to monitor or understand their BMI.
The app is available for download on the Google Play Store:
[](https://play.google.com/store/apps/details?id=com.ramphal.healthchecker)
## Features
- Simple and intuitive interface for BMI calculation.
- Input weight and height in metric units (kilograms and meters).
- Displays BMI value along with its corresponding category.
- Lightweight and fast Android application.
## Screenshots
Below are some screenshots of the application:
## Technologies Used
- **Language:** Java
- **IDE:** Android Studio
- **Platform:** Android
## Prerequisites
To set up and run the project locally, ensure you have the following:
- Android Studio (latest version recommended)
- Java Development Kit (JDK 8 or newer)
- A physical or virtual Android device for testing
## Installation
Follow these steps to set up the project locally:
1. Clone the repository:
```bash
git clone https://github.com/varuns18/BMI-Calculator.git
```
2. Open **Android Studio**.
3. Select **"Open an Existing Project"** and navigate to the cloned repository folder.
4. Let Android Studio sync the project and resolve dependencies.
5. Build the project by selecting **Build > Make Project** in the top menu.
6. Run the app by selecting **Run > Run 'app'** or pressing `Shift + F10`.
## Usage
1. Launch the BMI Calculator app on your Android device or emulator.
2. Enter your weight in kilograms and height in meters.
3. Tap the "Calculate" button to compute your BMI.
4. View your BMI value and its corresponding category.
## Contributing
Contributions are welcome! To contribute:
1. Fork this repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature-name
```
3. Make your changes and commit them:
```bash
git commit -m "Add feature-name"
```
4. Push your branch:
```bash
git push origin feature-name
```
5. Open a pull request describing your changes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions, suggestions, or feedback, reach out to the repository owner:
- **GitHub Profile:** [varuns18](https://github.com/varuns18)