Showing posts with label Hide SoftKeyboard. Show all posts
Showing posts with label Hide SoftKeyboard. Show all posts

Wednesday, February 25, 2015

ANDROID code Hide Soft Keyboard

        InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
        imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0);