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

https://github.com/aadmaquino/calculadoraimc

BMI Calculator: an Android app
https://github.com/aadmaquino/calculadoraimc

android android-app apk bmi bmi-calculator bmi-calculator-app calculator java

Last synced: 3 months ago
JSON representation

BMI Calculator: an Android app

Awesome Lists containing this project

README

        

# Calculadora IMC (BMI Calculator)

I published this Android app on [Google Play Store](https://play.google.com/store/apps/details?id=br.com.aadmaquino.calculadoraimc2) in 2016. But I removed it in 2022 due to the new policies of the Store.

---

Calculate your Body Mass Index




The BMI Calculator is an application that calculates your Body Mass Index (BMI) using your weight and height to determine if you are at your ideal weight.

How to calculate my Body Mass Index?

BMI is calculated by dividing your weight (in kilograms - kg) by the square of your height (in meters - m). The result indicates whether your weight is within the ideal range, below, or above the desired range.

Result and categories:

* Below 17.00 ➡ 🔴 **VERY underweight**
* Between 17.00 and 18.49 ➡ 🟡 **Underweight**
* Between 18.50 and 24.99 ➡ 🟢 **Normal weight**
* Between 25.00 and 29.99 ➡ 🟡 **Overweight**
* Between 30.00 and 34.99 ➡ 🔴 **Obesity 1**
* Between 35.00 and 39.99 ➡ 🔘 **Obesity 2 (severe)**
* Equal to or above 40 ➡ ⚫ **Obesity 3 (morbid)**




## Technologies Used

* Java 8
* Android SDK 30 (min: 16)