Java – Make the entire EditText visible?

Make the entire EditText visible?… here is a solution to the problem.

Make the entire EditText visible?

Here is my question:
The problem
The keyboard overlays EditText. How can I prevent this from happening? This is my original View (without keyboard):
Original

Solution

You need to place the entire View in the tab into the ScrollView, which will allow users of your app to scroll up the activity to see the edit box.

Related Problems and Solutions