editable textview in android widget

2019-07-07 19:18发布

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条回答
叼着烟拽天下
2楼-- · 2019-07-07 19:30

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

查看更多
登录 后发表回答