Android soft keyboard covers EditText field
android, android-edittext, softkeys
Solution
Are you asking how to control what is visible when the soft keyboard opens? You might want to play with the windowSoftInputMode. See developer docs for more discussion.
Problem
Is there a way to make the screen scroll to allow the text field to be seen?