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?
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?
You can use SwipeRefreshLayout in version 9 and later if you use Support Libraries .
In xml use:
android.support.v4.widget.SwipeRefreshLayout