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
- Host: GitHub
- URL: https://github.com/aadmaquino/calculadoraimc
- Owner: aadmaquino
- License: mit
- Created: 2024-10-21T01:28:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:57:50.000Z (8 months ago)
- Last Synced: 2024-10-22T23:50:04.223Z (8 months ago)
- Topics: android, android-app, apk, bmi, bmi-calculator, bmi-calculator-app, calculator, java
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)