editable textview in android widget

独自空忆成欢 提交于 2019-12-12 16:18:40

问题


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...


回答1:


In My opinion make an activity so When they tap the widget, display an activity that has an EditText.



来源:https://stackoverflow.com/questions/7481111/editable-textview-in-android-widget

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!