/ScoreKeeper

User Input - Basketball Score Keeper App

Primary LanguageJava

User Input

Score Keeper App

Description:

Implement an app to track scores between 2 teams playing a game.

Requirements:

The chosen game has either multiple amounts of points that can be scored, as in american football, or multiple important metrics to track, such as fouls, outs, and innings in baseball.

  • App is divided into two columns, one for each team.
  • Each column contains a large TextView to keep track of the current score for that team.
  • Optionally, a second TextView to track another important metric such as fouls can be added.
  • Each column contains multiple buttons. The buttons must track either:
    • Each track a different kind of scoring Or
    • Each track a different metric (one score, the other fouls, for instance).
  • The layout contains a ‘reset’ button.
  • Each score button updates the score TextView in its column by adding the correct number of points.
  • The reset button resets the scores on both of the score TextViews.