{"id":4865,"date":"2021-01-08T16:50:57","date_gmt":"2021-01-08T06:50:57","guid":{"rendered":"https:\/\/learntodroid.com\/?p=4865"},"modified":"2021-01-08T16:51:03","modified_gmt":"2021-01-08T06:51:03","slug":"how-to-create-a-bmi-calculator-android-app","status":"publish","type":"post","link":"http:\/\/10.0.0.14:32769\/how-to-create-a-bmi-calculator-android-app\/","title":{"rendered":"How to Create a BMI Calculator Android App"},"content":{"rendered":"\n
As a part of the series for creating apps from scratch<\/a>, I have put together a tutorial on how to build a BMI calculator app for Android.<\/p>\n\n\n\n In this tutorial, we will build a BMI calculator app for Android that:<\/p>\n\n\n\n All of the code samples shared in this post are available in GitHub<\/a>.<\/p>\n\n\n\n In this tutorial, we will be creating an Android app that calculates Body Mass Index (BMI) based height and weight entered by the user.<\/p>\n\n\n\n We will support both the metric unit system and the imperial unit system for calculating the BMI which allows the user to enter weight in either kilograms or pounds and the height in centimeters or feet and inches.<\/p>\n\n\n\n See the sample screenshots below for the Android app we will build.<\/p>\n\n\n\nCreating a BMI Calculator Android App Tutorial<\/h2>\n\n\n\n