Android App Widget with scrollable content similar

2019-08-20 12:20发布

问题:

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:

回答1:

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