Task 1: Calorie Counter
Create a calorie counter application. The user should be able to set a daily calorie maximum using preferences. Individual meal entries can be entered for the day and all information will be saved to a local file (Not SQLite). Each entry will contain the following:
• Date
• Meal Description
• Calories
Daily entries cannot exceed the maximum set by preferences.
Task 2: Mobile Application Paper
Find a current article about best practices for developing with Android Mobile application.
Write a 1-to 2-page paper discussing the article and its relevance to this week's individual assignment.