我用这个打开了键盘:
InputMethodManager mgr = (InputMethodManager) view.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
mgr.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
但我不知道如何获取通过键盘输入的文本。有什么帮助吗?
我用这个打开了键盘:
InputMethodManager mgr = (InputMethodManager) view.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
mgr.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
但我不知道如何获取通过键盘输入的文本。有什么帮助吗?