InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(view.getWindowToken(), 0) ;
The view is which u clicked component.
android to hide the keybord
原文:http://www.cnblogs.com/howlaa/p/4139612.html