Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发简单的 android 应用程序。我的主程序需要查看 kaypad(只是字母)。我尝试添加按钮,然后添加标题,事件,但配置应用程序需要很多时间。也许还有另一种显示简单字母键盘的方法?
EditText EditTextName=findViewById(R.id.EditText01); ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).showSoftInput(EditTextName), 0);
在edittext焦点侦听器中编写上面的代码。然后,只要该视图具有焦点,您就会得到键盘