TextViews never update
Here's the gist:
I'm a beginner, and am trying to create an app where you input a number and if that number matches a randomly generated number you "win".
My issue is that I have 2 textviews towards the bottom of the screen and their values never update. One (tVWinORLose) for displaying a simple "You Win/Lose", and one (tVFinalOutput) for outputting your guess and the randomly generated number. After I click the "Press to Guess" button, they both remain blank.
Assistance would be greatly...