I have been designing an application which holds an expandable list. At the end of every list, an empty EditText is ready to receive comments. I have the following
EditText
You could try something like :
editText.requestFocus();
You could also set this :
android:windowSoftInputMode="stateHidden"
in your manifest file