I am making a simple "Guess the number app". The app generates a random number when it starts, in onCreate() method. And on button click method I wrote a code so the user will enter a number and if the number is correct, the program should again generate a random number.I am making a simple "Guess the number app". Th