Haven't really built widgets before, but I need to build my first one and I want to use compose. Can anyone confirm or deny the ability to make have text input field in a widget?
Essentially I want my todo list app to have a widget for quick todo item entry without having to open up the app.
e
ephemient
01/12/2023, 11:53 PM
android.widget.RemoteViews
doesn't support
android.widget.EditText
, not much Glance can do about it
c
Colton Idle
01/13/2023, 1:00 PM
Thanks for short-cicruiting me!
k
Kevin Del Castillo
01/13/2023, 3:21 PM
Just echoing what @ephemient said, I think apps just launch an activity where they can have text input fields, see for example the widget for Google Tasks