I have a listview in my application that is basically a questionaire so there are some EditTexts that the user needs to fill. I\'ve encountered the following issues:
Solutions to issue #3:
Set descendantFocusablity="beforeDescendants" in the listview.
descendantFocusablity="beforeDescendants"
Set windowSoftInputMode="adjustPan" in the manifest
windowSoftInputMode="adjustPan"
Set listview.setItemsCanFocus(true)
listview.setItemsCanFocus(true)