-
Notifications
You must be signed in to change notification settings - Fork 68
Project P02: Health Calculator
Yajushi Srivastava edited this page Jun 24, 2019
·
2 revisions
Mentor: Abhishek Kumar Sah
To build three different calculators:-
- BMR(Basal Metabolic Rate) Calculator
- BMI(Body Mass Index) Calculator
- 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)
Android Java Firebase(optional)
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
Let's Code for Freedom!