Android 小部件中的可编辑文本视图
嗨,我是 android 编程新手。我正在尝试使用输入文本框创建主屏幕小部件。我四处搜索,到目前为止发现 EditText 不适用于主屏幕。我还发现 TextView 可以使其可编辑,但我仍然不知道它是如何工作的。所以,我想让 TextView 可编辑。我怎样才能做到这一点?
提前致谢...
Hi I am a novice in android programming. I am trying to create the home screen widget with input textbox. I searched around and I have found so far that EditText is not available for home screen. I also found that TextView is possible to make it editable, but I still have no idea how it works. So, I would like to make TextView editable. How I can do that?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,创建一个活动,以便当他们点击小部件时,显示一个具有
EditText
的活动。In My opinion make an activity so When they tap the widget, display an activity that has an
EditText
.