Skip to content

Project P02: Health Calculator

Yajushi Srivastava edited this page Jun 24, 2019 · 2 revisions

DETAILS OF PROJECT :-

To build three different calculators:-

  1. BMR(Basal Metabolic Rate) Calculator
  2. BMI(Body Mass Index) Calculator
  3. BFP(Body Fat Percentage) Calculator ● Additionally,there will be a section which record and store the diets taken on a daily basis.(Like a note-taking app,user will enter the details of their diet taken and data will be categorized and stored) ● Categorize the diet as breakfast,lunch and dinner. ● You can store all the data locally or use firebase database to store the same(optional)

TECHNOLOGY STACK :-

Android Java Firebase(optional)

RESOURCES :-

Shared Preferences:- https://developer.android.com/reference/android/content/SharedPreferences BMR:- https://www.youtube.com/watch?v=r5qDOZkLQ7s&feature=youtu.be BMI:- https://www.youtube.com/watch?v=Jaipz7Pg5zw&feature=youtu.be BFP:- https://www.healthline.com/health/how-to-measure-body-fat Note-taking:- https://www.youtube.com/watch?v=48EB4HeP1kI&feature=youtu.be Android:- https://developer.android.com/docs Firebase:- https://firebase.google.com/docs/database/android/read-and-write

Clone this wiki locally