Android:如何显示键盘
我正在开发简单的 android 应用程序。我的主程序需要查看键盘(只是字母)。我尝试添加按钮,然后添加标题、事件,但配置应用程序需要花费大量时间。也许还有另一种方法来显示简单的字母键盘?
i am developing simple adroid application. I main program i need to see kaypad(just letters). I have tried to add buttons and then and caption, events, but it takes a lot of time to configure app. Maybe there is another way to display simple letter keypad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 edittext 焦点侦听器中编写上面的代码。然后只要该视图具有焦点,您就可以得到键盘
write above code in edittext focus listener.Then u got the keypad whenever that view has focus