登录 注册
当前位置:主页 > 资源下载 > 10 > Android代码实现快速滚动的Recycler view

Android代码实现快速滚动的Recycler view

  • 更新:2024-10-01 22:01:08
  • 大小:1.34MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Recycler Fast Scroll Widget for RecyclerView fast scrolling, like Android's built-in fast scroll option for ListView. Supports any vertically scrolling LayoutManager, as well as proper integration for AppBarLayout. Planned features are listed at the issues page. You can download the sample APK from the releases page. Sample Dependency Add this to your module's build.gradle file: repositories { //... maven { url "https://jitpack.io" } } dependencies { //... compile 'com.g