Create a tabbed application that tracks daily calorie intake.

How might you plan a research project to find the best and most reliable academic resources for a project?
August 4, 2017
Discuss specifically how you would determine choices of vocabulary, sentence length, and sentence structure in making this adaptation.
August 4, 2017
Show all

Create a tabbed application that tracks daily calorie intake.

Create a tabbed application that tracks daily calorie intake. One tab should allow the user to enter calorie information for a given meal.

The other tab should display a list of daily totals. Clicking on a row should navigate the user to another list displaying all meals and values for the day. Each entry should contain the following:

  • Food description
  • Amount
  • Calories
  • Grams of fat
  • Grams of protein
  • Grams of carbohydrates

The business logic of the application should consist of one class called “DailyIntake” which should have a mutable array containing instances of a class called “MealInformation.” “DailyIntake” should also be able to calculate the totals for the day.

Include the ability to e-mail the list of daily totals to the user.

Leave a Reply

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