Skip to content

Android App that calculates BMI ( Body Mass Index ) & then report its status to the user

License

Notifications You must be signed in to change notification settings

NINadjem/BMI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator " MyBMI " 📱 📏 ✔️ ⛔️ ⚠️

Project Idea 💡 🌟

This project consist on creating an Android App that calculates BMI ( Body Mass Index ) & then report its status with some advices to the user ...

This idea exists already but as a bigginer in kotlin I thought that it might be a good idea to start with.

In this project I tried to simplify all the process using the most simple formula & deviding the BMI state into just 3 categories...

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

  • BMI Categories:

    • Low : bmi < 18.5
    • Normal : 18.4 < bmi < 25.1
    • High : bmi > 25

Screenshots 📷

here is the project preview:

Main UI Reporting BMI State (case Normal)
alt text alt text
Reporting BMI State (case OverWeight) Reporting BMI State (case UnderWeight)
alt text alt text

IDE & Programming language 🔧

This Application was devlopped with 💜 Kotlin 💜 using the one and the only in the world 😍 Android Studio 😍

Running The App 🔌

No requirements you just have to set your device 📱 & click that green button ▶️ then fill your infos & check your body state 😃

About

Android App that calculates BMI ( Body Mass Index ) & then report its status to the user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages