/BMICalculator

[L1] Body Mass Index (BMI) Calculator created with Android Studio

Primary LanguageJava

BMI Calculator

Demo

Demo gif

Summary

Body Mass Index (BMI) is a measure of health based on height and weight specified in metric units (i.e., meters and kilograms, respectively). Given a user weighting k kilograms and who is m meter tall, their BMI is calculated as:

BMI = k / m^2

Installation Instructions(For MAC only)

  • Create New Project (File > New > New Project): Step 1

  • Fill in the Application name; in this case "GithubDemo". Do the same with Company Domain: Step 2

  • Make sure Phone and Tablet is selected: Step 3

  • Select Empty Activity: Step 4

  • Configure activity by giving the changing the Activity name. Once the project is created, CLOSE Android Studio entirely: Step 5

  • Go to the folder where you created you the project (for me, it's on my Desktop): Step 6

  • Go to the app folder and DELETE the existing src folder: Step 7

  • Unzip the downloaded file and copy it to the src folder here.