An open API service indexing awesome lists of open source software.

https://github.com/alihabibiandroidprogrampilot/bmi_calculator

Basic BMI Calculator
https://github.com/alihabibiandroidprogrampilot/bmi_calculator

Last synced: 8 months ago
JSON representation

Basic BMI Calculator

Awesome Lists containing this project

README

          

## This repository contains the source code for a simple and user-friendly BMI (Body Mass Index) calculator app for Android.

**What is BMI?**

Body Mass Index (BMI) is a common measure of body fat based on a person's weight and height. It's a simple calculation that can be used as a screening tool to identify potential weight problems in adults. However, it's important to note that BMI doesn't account for factors like muscle mass and bone density, so it may not be entirely accurate for everyone.

**What This App Does:**

This app allows users to calculate their BMI by entering their height and weight.

**Features:**

User-friendly interface with clear instructions.
Calculates BMI based on user input.
Displays the calculated BMI value and its corresponding category (Underweight, Normal Weight, Overweight, Obese).
Getting Started:

**Prerequisites:**

You need Android Studio installed on your system. You can download it from the [official Android developer website:](https://developer.android.com/studio)

**Customization:**

This is a basic template and can be further customized. Here are some ideas:

Implement a history feature to store past calculations.
Design a more visually appealing interface.
Integrate with health tracking apps to import user data.
Add additional functionalities like calculating ideal weight based on user's age and gender.

**Contributing:**
I welcome contributions from the community! Feel free to fork the repository, make changes, and submit a pull request.

**Disclaimer:**

*This app is for informational purposes only and should not be used as a substitute for professional medical advice.*

[![Screenshot-20240820-142005.png](https://i.postimg.cc/zGK2ySBN/Screenshot-20240820-142005.png)](https://postimg.cc/4Y4QMcV2)
[![Screenshot-20240820-142015.png](https://i.postimg.cc/HLtS2YXP/Screenshot-20240820-142015.png)](https://postimg.cc/B8XcZGhx)

**Design Inspiration and Assets**

* **Figma Design File:** [Link to Figma file ([figma file](https://www.figma.com/community/file/1376314139273257837/bmi-calculator-app-ui))]
* This Figma file, created by [
Md Ashraf Ullah], provided the initial design inspiration for this application's interface. It helped establish a cohesive visual style and ensure consistency across different screens

**Note:** Some design elements might have been adapted during development for technical or user experience considerations.