1 2 3 4 page.tags="SwipeRefreshListFragment" 5 sample.group=UI 6 @jd:body 7 8 <p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} within 9 {@link android.app.ListFragment} to add the <em>swipe-to-refresh</em> gesture to a 10 {@link android.widget.ListView}, which enables you to trigger a refresh by swiping down on that 11 view. This functionality is provided by the <code>SwipeRefreshListFragment</code> class, which you 12 can reuse.</p> 13