Swipe Refresh on api 15

1

I'm making an application that uses swipe refresh a lot, would you like to know how to implement the swipe refresh on androids with api 15? If it is not possible how can I create the swipe for android that support it and an alternative for others?

    
asked by anonymous 05.08.2017 / 00:15

1 answer

0

You can use SwipeRefreshLayout in version 9 and later if you use Support Libraries .

In xml use:

android.support.v4.widget.SwipeRefreshLayout

Support Library Configuration

    
05.08.2017 / 10:18