Shlomo Zalman Heigh
Shlomo Zalman Heigh

Reputation: 3978

Android App Widget with scrollable content similar to Google Offers app

I'm creating a widget for my app, with several content sections, and I would like the user to be able to scroll through them in the home screen widget - not in a scrollable TextView, but with each paragraph as its own section, like the widget for the Google Offers app: enter image description here

Upvotes: 0

Views: 295

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006869

That looks like a StackView widget, available for app widgets as of API Level 11.

Upvotes: 1

Related Questions