1
I am making an application that uses Swipe refresh a lot, I would like to know how to implement Swipe refresh in Androids with api 15? If it is not possible how can I create the Swipe for android that support it and an alternative to others?
1
I am making an application that uses Swipe refresh a lot, I would like to know how to implement Swipe refresh in Androids with api 15? If it is not possible how can I create the Swipe for android that support it and an alternative to others?
0
You can use the Swiperefreshlayout in version 9 and later if using the Support Libraries.
In the xml use:
android.support.v4.widget.SwipeRefreshLayout
Browser other questions tagged java android android-layout
You are not signed in. Login or sign up in order to post.
The problem is that I am using the library in question in my XML. But when I update the preview in api 16. An error occurs.
– Joao
You have to tell me what the mistake is. I’m not a fortune teller. :)
– ramaral