4 个仓库
Containers that wrap scrollable views to synchronize refresh headers and loading footers.
Distinct from Android Nested Scrolling: Specializes Android nested scrolling to the specific use case of a refresh-capable wrapper.
Explore 4 awesome GitHub repositories matching user interface & experience · Refresh-Enabled Scroll Wrappers. Refine with filters or upvote what's useful.
SmartRefreshLayout is a pull-to-refresh framework and gesture interaction library for Android. It provides a scroll view wrapper that integrates interactive refresh headers and loading footers into mobile user interfaces, coordinating synchronized scrolling and touch events. The project features a pluggable architecture for custom refresh indicators and secondary refresh mechanisms. It utilizes damping-based gesture translation and overscroll rebound mechanisms to manage the tactile feel of drag resistance and physics-based animations. The library covers a broad range of interaction logic, i
Wraps scrollable views to add interactive refresh headers and loading footers with synchronized scrolling.
XRecyclerView 是一个 Android 列表组件和扩展库,为标准 RecyclerView 添加了下拉刷新和无限滚动行为。它作为一个可滚动的移动 UI 元素,旨在管理支持动态页眉和页脚的数据驱动列表。 该库提供了一个基于手势的界面,用于通过下拉刷新小部件触发内容重新加载,并实现了一种机制,当用户到达列表底部时触发数据获取回调,以启用无限滚动。 它进一步支持动态列表页眉管理,以及实现加载更多工作流,以便在用户滚动时追加新内容。
Wraps a RecyclerView in a container to synchronize refresh headers and loading footers.
TwinklingRefreshLayout 是一个 Android 下拉刷新布局,提供了一个用于实现刷新和加载更多功能的可滚动容器。它充当 RecyclerView、ScrollView 和 WebView 等组件的视图包装器,以确保跨不同可滚动视图的一致刷新和加载行为。 该项目通过一个过滚动回弹组件脱颖而出,该组件在用户滚动超过布局边界时创建弹性反弹动画。它包括一个用于自定义刷新指示器的系统,允许页眉和页脚视图根据用户的滚动进度设置其视觉状态的动画。 该布局还涵盖了一系列交互式滚动效果,包括列表底部的下拉加载触发器,以及保持特定视图在滚动期间静止的固定页眉定位。
Offers refresh-enabled scroll wrappers for RecyclerView, ScrollView, and WebView to unify loading behaviors.
This project is a frontend component designed to manage dynamic content loading and scroll-based interactions within web applications. It provides a reusable interface for handling data injection as users navigate through scrollable areas, ensuring that content updates occur automatically based on scroll position or manual user triggers. The component distinguishes itself by supporting both standard downward infinite scrolling and inverse scrolling, which allows for the natural expansion of content history in chat-like interfaces. It offers developers full control over the visual presentation
Supports inverse scrolling to load older content at the top, enabling natural history expansion in chat-like interfaces.