Is there any way to put an EditText/input field into a homescreen widget?

為{幸葍}努か 提交于 2019-12-04 03:36:02

FriendStream can do it because it uses the modified Sense homescreens. It also enables scrolling that is only possible on "stock" Android since 3.0 (Honeycomb) and above.

To resume:

  • Sense: Enables since 1.5 at least (and i think before) input and scroll on any Android version homescreens

  • Android 3.0: Started supporting some of the Sense features, for example scroll on home screen but still not input

So, you can probably add input via edittext on homescrens (or somethink like it) but ONLY on HTC Sense phones.

I don't think that's a good ideia though, but that's already your choice :-)

You cannot use EditText into the Homescreen widget. The Google search widget is merely a drawable (selector drawable - pressed, focused and normal state) which launches an Activity.

when tap on homescreen widget start transparent activity with EditText

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