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

https://github.com/prashant-software-developer/bmi-calculator

Android App that calculates BMI ( Body Mass Index ) & then report its status to the user. Body Mass Index (BMI) is a measurement of a person’s weight with respect to his or her height
https://github.com/prashant-software-developer/bmi-calculator

Last synced: 24 days ago
JSON representation

Android App that calculates BMI ( Body Mass Index ) & then report its status to the user. Body Mass Index (BMI) is a measurement of a person’s weight with respect to his or her height

Awesome Lists containing this project

README

          

BMI Calculator

Body Mass Index (BMI) is a person’s weight in kilograms divided by the square of height in meters. A high BMI can indicate high body fatness. BMI screens for weight categories that may lead to health problems, but it does not diagnose the body fatness or health of an individual.

Advantages of BMI 🌟

1 - BMI helps measure the obesity rate in people.

2 - Observing the changes in BMI values help the doctors evaluate the obesity levels in people over time.

3 - When the BMI of a significant population is calculated, it helps researchers gather data that can be used to examine the obesity epidemic.

4 - It helps researchers determine the pattern of dietary that results in obesity in a large group of people.

5 - Knowing the BMI value of an individual, doctors can mitigate the health risks arising due to obesity.

Formula And Condition 📏

BMI Formulat : bmi= weight (kg) / ( height^2 (cm))

BMI Categories:

Low : bmi < 18.5

Normal : 18.4 < bmi < 25.1

High : bmi > 25

Challenges 💡

1 - How to create multi-screen apps with animated navigation.

2 - Optional binding, optional chaining and the nil coalescing operator.

3 - How to create classes and difference between classes and structs.

4 - Pass by value vs. pass by reference.

5 - Formatting Strings.

6 - Color literals.

Screenshots 📱

IDE & Programming language 🔧

This Application was devlopped with Flutter using the Android Studio

Running The App 🔌

No requirements you just have to set your device and fill the information asked and click the Calculate button then check your body state 😃