Subratsss
9/13/2018 - 12:27 AM

/For Fragment Show Keyboard:

  //For Fragment Show Keyboard:
    public static void fragmentShowKeyboard(Context context) {
        ((InputMethodManager) (context).getSystemService(Context.INPUT_METHOD_SERVICE)).toggleSoftInput(InputMethodManager.SHOW_FORCED, InputMethodManager.HIDE_IMPLICIT_ONLY);
    }