Final Project Overview

Estimated time: 3 minutes

Project description

In this project, you will develop a mobile application that tracks daily fitness activities, such as the steps taken and calories burned. Through this project, you will gain a solid understanding of mobile app design, user interface creation, and implementation of fitness tracking features.

Objectives

After completing this reading, you will be able to:

Key features

Concepts

Technical terms

Tools and technologies

Instructions

Your task is to implement the following user stories in this project. A user story is an informal, straightforward description of a software feature from the end user's perspective. It aims to explain how the feature will offer value to the user.

User stories

  1. As a user, I want to enter the number of steps I have taken to track my daily activity.
  2. As a user, I want to enter my weight and age to get a more accurate calculation of the calories burned.
  3. As a user, I want to see the calories I have burned based on my steps, weight, and age to monitor my fitness progress.
  4. As a user, I want to navigate back to the main screen from the Calories screen to enter new data if required.

Approach

Follow these seven steps to create the Daily Fitness Tracker App.

Step 1: Create a new project in Android Studio

Step 2: Create the main activity layout

Step 3: Create the calories activity layout

Step 4: Update the MainActivity.java file

Step 5: Implement the CaloriesActivity.java file

Step 6: Update the AndroidManifest.xml file

Step 7: Run the application

Author

UL