xref: /aosp_15_r20/development/samples/browseable/SwipeRefreshListFragment/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="SwipeRefreshListFragment"
3sample.group=UI
4@jd:body
5
6<p>
7
8            A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
9            \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
10            from swiping down on that view. This is provided through the re-usable
11            SwipeRefreshListFragment class.
12
13        </p>
14