Create BMI Calculator App
Here we will create a simple app which calculates the Body Mass Index of an individual using his weight and height. Step 1: Create a new project with name ‘BMI Calculator’ and package name com.myexample.appcompat.bmi. Fill the forms and click “Finish” button. Step 2: In app level build.gradle add following dependencies: Step 3: Open res -> layout -> xml (or) … Read more