sionleroux / GuessTheAnimal

An android game demonstrating a simple AI which learns to guess animals
GNU General Public License v2.0
1 stars 1 forks source link

Delete duplication of intent extra fields #34

Closed ezisazis closed 7 years ago

ezisazis commented 7 years ago

There is a data sent through the activities, which is defined in several different places, but can be found as a variable in the Guess class. This PR changes it to a final variable and referencing it in all the places around the application.