/p02-scoretracker

Objective: design and implement an app to track scores between two teams playing a game.

Primary LanguageJava

Table of Contents

  1. About
  2. Resources used in this project
  3. Reflections

About

Objective: create a Score Keeper app which gives a user the ability to keep track of the score of two different teams playing a game of your choice.

This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:

  • Adding button code to your app
  • Updating views
  • Properly scoping variables
  • Finding views by their ID

Resources used in this project

Reflections

Need to work more on proper XML naming as suggested in the mentor review.

Back to Top