Basically I don’t use Listview very much now. I have switched to Recyclerview, which is more flexible. I recommend a framework written by others, XRecyclerView
https://github.com/android-cjj/Android-MaterialRefreshLayout No. You can check this out. Also. . . It's not that no one maintains it. . . But there is nothing to maintain. . . Just a little bit of logic. . .
https://github.com/Aspsine/SwipeToLoadLayout
This wheel should meet your requirements
https://segmentfault.com/a/1190000004292874 You can check it yourself
For
ListView
实现上拉刷新,简单的就是通过addFooterView()
添加上拉加载的View
,通过设置View
的gone
与visible
to achieve visibility.Are you sure?
Github refresh control open source framework
Now it is recommended that you search
RecycerView
Add footerView
Basically I don’t use Listview very much now. I have switched to Recyclerview, which is more flexible. I recommend a framework written by others, XRecyclerView
A newbie is here to answer. I usually use pulltorefresh for pull-down and swipe-up refreshes. Is this library no longer used?
https://github.com/android-cjj/Android-MaterialRefreshLayout
No. You can check this out.
Also. . . It's not that no one maintains it. . . But there is nothing to maintain. . . Just a little bit of logic. . .