page.tags="SwipeRefreshListFragment" sample.group=UI @jd:body

This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} within {@link android.app.ListFragment} to add the swipe-to-refresh gesture to a {@link android.widget.ListView}, which enables you to trigger a refresh by swiping down on that view. This functionality is provided by the SwipeRefreshListFragment class, which you can reuse.