refreshlayout
Here are 52 public repositories matching this topic...
-
Updated
Sep 27, 2020 - Java
An android library to make swipe more easier and more powerful. Android各种侧滑,有这一个就够了
-
Updated
Jan 4, 2020 - Java
一款支持上下拉刷新、越界回弹、二级刷新、横向刷新、拉伸回弹、平滑滚动、嵌套滚动的多功能刷新控件
-
Updated
Sep 9, 2021 - Java
下拉刷新,上拉加载,真实的回弹(overscroll)效果(媲美qq),且大小只有37KB(是其他主流刷新库或回弹库的1/2,1/3,甚至是1/4),同时,自定义header和footer,可以实现任何你想的到的功能(例如:自动触发加载更多、二级刷新等)
-
Updated
Apr 1, 2021 - Java
基于android SmartRefreshLayout https://github.com/scwang90/SmartRefreshLayout 开发的插件,可提供类似ios的弹性刷新
-
Updated
Sep 21, 2021 - Java
Android 升级版 SwipeRefreshLayout,支持RecyclerView、ScrollView等大部分组件,下拉刷新(Refresh)和上拉加载(Loadmore),支持自定义HeaderView和FooterView
-
Updated
Apr 30, 2017 - Java
强大的下拉刷新库,定制任意Header。比官方SwipRefrehLayout处理更加友好(Kotlin、Java双版本)
-
Updated
Nov 9, 2017 - Kotlin
基于ios MJRefresh https://github.com/CoderMJLee/MJRefresh 开发的插件,可提供自定义的弹性刷新
-
Updated
Sep 21, 2021 - Objective-C
【已过时,不再更新,请使用更强大的SmartRefreshLayout!】A refresh layout(无侵入下拉刷新和加载布局), can refresh RecyclerView for all LayoutManager, NestedScrollView。
-
Updated
Feb 1, 2019 - Java
Liquid Refresh Layout is a simple SwipeToRefresh library that helps you easily integrate SwipeToRefresh and performs simple clean liquid animation
-
Updated
Sep 13, 2020 - Kotlin
A powerful multi-function library that extended base activity for Android!
-
Updated
Mar 8, 2019 - Java
a android layout widget for horizontal drag refresh action (viewpager or recyclerview)
-
Updated
Jan 25, 2017 - Java
下拉刷新,上拉加载更多,自动加载更多,用法同SwipeRefreshLayout,兼容所有view,兼容nested滚动,可以自定义header footer,支持下拉到二楼
-
Updated
Jul 16, 2020 - Java
FlyRefreshLayout刷新组件基于SuperSwipeRefreshLayout进行二次开发,增加了通用小菊花样式DaisyRefreshLayout刷新控件和通用小箭头样式ArrowRefreshLayout刷新控件,支持RecyclerView,NestedScrollView,ScrollView 、ListView,GridView,能自定义HeadView和FooterView,不但支持最基本的下拉刷新、上拉加载更多,还在其基础上扩展了是否启用下拉刷新、是否启用上拉加载更多、增加了自动刷新功能,优化了下拉刷新监听器、上拉加载更多监听器,增加了自动刷新监听器,使其调用更加的方便
-
Updated
Mar 26, 2020 - Java
Support nested scroll for refresh and load more.
-
Updated
Apr 28, 2019 - Java
SSPullToRefresh makes PullRefresh easy to use, you can provide your own custom animations or set simple gifs on refresh view. The best feature is Lottie animations in refresh view, it uses lottie animations to render high quality animations on pull refresh.
-
Updated
Aug 5, 2021 - Kotlin
flutter refresh 上拉刷新 下拉加载 进度条
-
Updated
May 14, 2019 - Dart
A reusable Pull to Refresh library for Android. Support RecyclerView ListView ScrollView ViewPager CoordinatorLayout. Sliding damping, supports all directions. Drag and drop sort. You can use it like a standard RecyclerView -适用于Android的下拉刷新, 加载更多库. 滑动阻尼, 支持所有方向. 支持RecyclerView ListView ScrollView ViewPager CoordinatorLayout. 拖放排序.
-
Updated
Jan 10, 2021 - Java
swipeRefreshLayout refresh pull-to-refresh
-
Updated
Jun 22, 2021 - Java
SuperSwipeRefreshLayout是在SwipeRefreshLayout的基础之上扩展修改,让其支持上拉刷新,基本用法与SwipeRefreshLayout一致。
-
Updated
May 29, 2019 - Java
让下拉刷新炫酷起来~轻松接入lottie动画,支持listview recyclerview scrollerview webview 。同时支持listview和recyclerview上拉加载
-
Updated
Dec 18, 2017 - Java
-
Updated
Dec 8, 2018 - Java
安卓上下拉刷新框架,可自由更换刷新模块 android pull refreshLayout
-
Updated
Oct 25, 2019 - Java
Particles Refresh Layout library for Android
-
Updated
Jan 31, 2019 - Kotlin
Improve this page
Add a description, image, and links to the refreshlayout topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the refreshlayout topic, visit your repo's landing page and select "manage topics."


在WebView下拉刷新的时候,如果html中还有自己的下拉,那在SmartRefreshLayout中就会出现各种问题。我解决了这个问题,给大家分享一下解决方案。
首先自定义WebView,代码如下: