1 2 3 4page.tags="SwipeRefreshListFragment" 5sample.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 11view. This functionality is provided by the <code>SwipeRefreshListFragment</code> class, which you 12can reuse.</p> 13