A simple Android app to calculate Body Mass Index (BMI).
BMICalculator is hosted in the following web site
https://github.com/mohanaravind/BMICalculator
If you think the Android project BMICalculator listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of BMICalculator.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
There are 15 image files in BMICalculator. The names of the image files are listed as follows.
about.gif bg.png calculate.png female.png female_extremelyoverweight.png female_normalweight.png female_overweight.png female_slightlyoverweight.png female_underweight.png male.png male_extremelyoverweight.png male_normalweight.png male_overweight.png male_slightlyoverweight.png male_underweight.png
The following screenshort is generated from the image listed above.
BMICalculator has the following Java source files.
com.mohanaravind.BMICalculator.About.java com.mohanaravind.BMICalculator.Results.java com.mohanaravind.BMICalculator.main.java com.mohanaravind.worker.AnalyzedData.java com.mohanaravind.worker.Worker.java