Android AppWidget Vertical Swipe - How -


on android developers website, in section discussing appwidgets, there passage says available gestures appwidgets touch , vertical swipe (link):

because widgets live on home screen, have co-exist navigation established there. limits gesture support available in widget compared full-screen app. while apps example may support view pager allows user navigate between screens laterally, gesture taken on home screen purpose of navigating between home panels.

the gestures available widgets are:

touch

vertical swipe

does mean possible listen vertical swipes on appwidget?

i guess meant can scroll through listview or go through items of stackview (by doing vertical swipes).

there no way how implement regular onscroll, nor ontouch listeners appwidget.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -