When I try to write something in an EditText which is at the bottom of the screen, the soft keyboard hides the EditText. How can I resolve this issue? Below is my xml code.
Declare windowSoftInputMode="adjustResize" in manifest.xml file
provide scroll view to the xml layout file
// add edittext here...