Description:

These simple apps calculate your BMI based on your weight (pounds or kilos) and height (feet/inches or cm). There are several different versions of this app, a standalone iOS and Android version, a HTML5/Javascript version and a Java version made for desktop.

 

Run/Download

BMI Calculator Progressive Web App – opens new window

tvOS App Store App – BMI Calc App Free (v1.1) – opens new window

iOS App Store App – BMI Calc App Free (v1.1) – opens new window

Google Play Store App – BMI Calc App Free (v1.5) – opens new window

BMI Calculator Web App (v.1.1) – opens new window

BMI Calc Java Swing App (v.1.3 ) – downloads zip file

 

What is BMI?

BMI (Body Mass Index) is a measurement that helps estimate how healthy your body is based on your weight and height.

 

How is my BMI Calculated?

After inputting your height and weight your BMI is calculated using a formula:

Metric:   weight(kg)/height2(m)
Imperial:   703*weight(lb)/height2(in)

In addition to outputting the number, the program also follows this chart for the “You Are” result it outputs:

Underweight Less than 18.5
Normal Between 18.5 and 25
Overweight Between 25 and 30
Obese Over 30

 

Usage

The webapps are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

The iOS and Android apps follow the license terms of the respected app stores.

 

Thanks

For information about CSS3, Javascript functions/syntax and jQuery.

For extra information about BMI