Wednesday, February 25, 2015

ANDROID code Hide Soft Keyboard

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

No comments:

Post a Comment