I have 2 EditText. The user will enter the minimum number in the first EditText and the maximum in the second EditText.
There is one TextView to show  the generated number and a Button to click after entering the minimum and maximum numbers 
How to generate a number between 2 numbers the user entered and show it in TextView ? 
 
    