From 429d1245a183ffd8320a565ccb1444868124f708 Mon Sep 17 00:00:00 2001 From: Venkat <cb.en.u4cse14250@cb.students.amrita.edu> Date: Mon, 1 May 2017 23:28:01 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e8059ec..e454933 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Hola An Android App to keep you healthy and fit + +Instructions to Use this app : +1. If the user already has an account then he/she can login, if not, then one has to create an account. +2. After account creation, the user has to fill in his profile details. +3. The First activity, displays the user’s details along with his BMI. +4. The Maps activity, displays the user’s current location on map, and computes the distance travelled by the user. +5. The Third activity, helps the user in determining his/her body type. +6. The Diet activity gives a list of food along with calories, that the user has to consume depending on the day of the week. +7. The Progress activity, display the user’s progress. +8. The Profile activity is used to change the user’s profile details. +9. The Last activity, displays the user’s history of calories burnt, and also helps in determining the calories burnt during exercise. +10. For further queries, go to the navigation drawer and click on Contact Us. + -- GitLab