xref: /aosp_15_r20/development/samples/browseable/SwipeRefreshLayoutBasic/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="SwipeRefreshLayoutBasic"
3sample.group=UI
4@jd:body
5
6<p>
7
8            A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
9            gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
10            In this sample the View which can be refreshed is a ListView.
11
12        </p>
13