NJACKWinterOfCode / Android-ScorerApp

An android app works as a real time scorer for different games.
3 stars 20 forks source link

Editable Team Names #95

Closed Sarthak2601 closed 4 years ago

Sarthak2601 commented 4 years ago

Don't delete anything without explicit instructions from a maintainer.

Check by changing each [ ] to [x]

[x] Read and understood the code.

[x] Included a description of change below.

[x] Included screenshot(s)/link showing after and before the changes.

[x] Tried to squash the commits.

Changes done in this Pull Request

Fixes #94 Added Alert boxes which prompt change of team name upon clicking of the Team titles in all the games.

Screenshots showing changes before and after the changes : GIF attached

Screenrecorder-2020-01-01-16-36-40-450

The problem I want to solve or the facility I want to improve further is

The team names couldn't be edited in Badminton, Table Tennis, Lawn Tennis, Cricket, Football and Kabaddi. Now after this, they can be.

My steps to solve it are

Added on click listeners to the textviews which prompt team name change, to be typed in the alert box.