HIDE KEYBOARD:
android.view.View view = this.getCurrentFocus();
android.view.inputmethod.InputMethodManager imm =
(android.view.inputmethod.InputMethodManager)getSystemService(Context.INPUT_METHOD_S
ERVICE); imm.hideSoftInputFromWindow(view.getWindowToken(), 0);
0 Comments: