1 2 3 4page.tags="SwipeRefreshLayoutBasic" 5sample.group=UI 6@jd:body 7 8<p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} to add 9the <em>swipe-to-refresh</em> gesture to a {@link android.view.View}, which enables you to trigger 10a refresh by swiping down on the {@link android.view.View}. In this sample, the view that can 11be freshed is a {@link android.widget.ListView}.</p> 12