Create a health application to monitor a user’s health

The main aim of developing this project is to create a health application to monitor a user’s health. This is an android based app.

The application must have a tabbed layout

a) The application shall have a signup/information collection page. Once the user creates a profile the following fields must be stored permanently and must be displayed in the “personal” tab. User must have the ability to update at any time.

  • Name
  • Age
  • Height
  • Weight

b) The second tab should contain links to common health topics. There must be a list view and each link should open in a details view. (at least 30 different links to get information about health/diet/diseases etc.

c) The third tab should allow the user to enter his/her details about health on a daily basis.

The app must store the data day-wise and must present the trend in increase/decrease on these three levels on a weekly, monthly and yearly basis. (i.e. Average of the week, month and year). You can add the option to add a date or you can pick a date from system.

  • Blood pressure level
  • Blood sugar level
  • Calorie intake

d) Based on the information provided and result calculated from the third tab the fourth tab should display further information. The information should be category wise stored links to health websites.

  • If the BP level is not in range for week or month; then the suggestion to improve the BP levels
  • If the Blood sugar level is not in range for week or month, the suggestion to improve Blood sugar levels
  • If calorie intake is not consistent then the suggestion to normalize the calorie intake.

10 Replies to “Create a health application to monitor a user’s health”

Leave a Reply

Your email address will not be published. Required fields are marked *