One of the first things I like to do with any hello world app/UI is to have some sort of popup or toast.
It seems like listeners in Glance are fairly limited to a set of action types. How can display something simple like a toast onClick?
Is the only solution to start a service and Toast in the service itself?