Custom quick action for widget

I am trying to create a quick action window that will be shown when I click on the widget. Something similar to what is in the Twitter application ( Android UI Pattern . There are problems with adding a custom quick view of actions due to the limitations of the remote views used in widgets.

Can someone help me with this?

Thanks Kabini

+3
source share
1 answer

Maybe you should take a look at this:

http://code.google.com/p/simple-quickactions/

This is a brief, easily digestible demonstration of a possible approach for implementing something like Quick Actions.

+2
source

Source: https://habr.com/ru/post/1786086/


All Articles