Now, I try to hide the softkeyboard when user touch outside the keyboard:
((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)) .hideSoftInputFromWindow(
You can try this on your manifest file activity tag to hide keyboard.
android:windowSoftInputMode="stateHidden"