Files
android_development/samples/browseable/SwipeRefreshLayoutBasic/_index.jd
Alexander Lucas fb5e574e79 Updated browseable samples for april push
Change-Id: Idd8cc6b7c43ab93f05f0a5d69d5379631721d185
2014-04-10 15:44:01 -07:00

15 lines
387 B
Plaintext

page.tags="SwipeRefreshLayoutBasic"
sample.group=UI
@jd:body
<p>
A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
In this sample the View which can be refreshed is a ListView.
</p>