blob: bfbaddbbba0c3de42a1aa8641552b6500fc9bc4d [file] [log] [blame]
page.tags="SwipeRefreshLayoutBasic"
sample.group=UI
@jd:body
<p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} to add
the <em>swipe-to-refresh</em> gesture to a {@link android.view.View}, which enables you to trigger
a refresh by swiping down on the {@link android.view.View}. In this sample, the view that can
be freshed is a {@link android.widget.ListView}.</p>