recyclerview-adapter

There are 1026 repositories under recyclerview-adapter topic.

  • CymChad/BaseRecyclerViewAdapterHelper

    BRVAH:Powerful and flexible RecyclerAdapter

    Language:Kotlin24.2k5613.6k5.1k
  • mikepenz/FastAdapter

    The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...

    Language:Kotlin3.8k87791491
  • BelooS/ChipsLayoutManager

    ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features

    Language:Java3.2k6264362
  • evrencoskun/TableView

    TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.

    Language:Java3.1k75335451
  • sockeqwe/AdapterDelegates

    "Favor composition over inheritance" for RecyclerView Adapters

    Language:Java2.9k7567314
  • donkingliang/GroupedRecyclerViewAdapter

    GroupedRecyclerViewAdapter可以很方便的实现RecyclerView的分组显示,并且每个组都可以包含组头、组尾和子项;可以方便实现多种Type类型的列表,可以实现如QQ联系人的列表一样的列表展开收起功能,还可以实现头部悬浮吸顶功能等。

    Language:Java1.6k2896216
  • tumblr/Graywater

    An Android library for decomposing RecyclerView layouts to improve scroll performance.

    Language:Java1.2k31487
  • vivchar/RendererRecyclerViewAdapter

    A single adapter with multiple view types for the whole project

    Language:Java1.2k3746187
  • kbiakov/CodeView-Android

    Display code with syntax highlighting :sparkles: in native way.

    Language:Kotlin8591942106
  • MultiViewAdapter

    DevAhamed/MultiViewAdapter

    Easily create complex recyclerview adapters in android

    Language:Java8194074151
  • Spikeysanju/ZoomRecylerLayout

    🎢 Zoom Recycler Layout Manager For Android Kotlin

    Language:Kotlin81417371
  • nitrico/LastAdapter

    Don't write a RecyclerView adapter again. Not even a ViewHolder!

    Language:Kotlin775204970
  • zhou-you/EasyXRecyclerView

    主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。

    Language:Java6281820117
  • FutureMind/recycler-fast-scroll

    Provides fast scroll and section idexer for recycler view

    Language:Java4892665106
  • idanatz/OneAdapter

    A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.

    Language:Kotlin470124745
  • ckdevrel/RecyclerViewTemplate

    One Template which solves all frequently used RecyclerViews Code Snippets

    Language:FreeMarker41127983
  • manneohlund/smart-recycler-adapter

    Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.

    Language:Kotlin406122351
  • AllenCoder/BRVAH_kotlin

    This is kotlin BRVAH Demo

    Language:Kotlin405111837
  • ibrahimyilmaz/kiel

    (Published to MavenCentral) Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.

    Language:Kotlin370102930
  • rongi/klaster

    Declare RecyclerView adapters in a functional way, without boilerplate and subclassing. No compromises on flexibility. If it's possible to do something by subclassing, it's possible to do it with this library.

    Language:Kotlin363589
  • dvdciri/MultiChoiceRecyclerView

    Multi choice selection applied on recycler view make life easier

    Language:Java35394770
  • zhazhaxin/RecyclerView

    支持下拉刷新,上拉加载,Header,Footer,复杂多种数据结构类型

    Language:Java3211921117
  • OCNYang/RecyclerViewEvent

    RecyclerView onItemClick、onItemLongClick、drag、swipe、divider、reuse disorder RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除、优雅解决 EditText 和 CheckBox 复用错乱问题、定向刷新、DiffUtil、局部刷新

    Language:Kotlin3068552
  • AlanCheen/Flap

    Enhance RecyclerView and Adapter and ViewHolder. Make them much more powerful and easier to use.

    Language:Kotlin28655318
  • clockbyte/admobadapter

    It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr

    Language:Java2372411478
  • werbhelius/MoreType

    new method to build data in RecyclerView with Kotlin!

    Language:Kotlin1918822
  • nukc/LoadMoreWrapper

    📦 Enable the RecyclerView to support loading more and customizing the footer view without modifying the original adapter of the RecyclerView. 在不改动 RecyclerView 原有的 adapter 的情况下,使 RecyclerView 滑动到底部的时候能够加载更多和自定义底部视图。

    Language:Java19052532
  • SkyTreasure/Airbnb-Android-Google-Map-View

    This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.

    Language:Java18921677
  • kitek/android-rv-swipe-delete

    RecyclerView swipe to delete example.

    Language:Kotlin1855868
  • panpf/assembly-adapter

    AssemblyAdapter 是 Android 上的一个为各种 Adapter 提供开箱即用实现的库。AssemblyAdapter is a library on Android that provides out-of-the-box implementations for various Adapters.

    Language:Kotlin17991234
  • pinguo-zhouwei/CustomAdapter

    RV Adapter 优雅封装,抽取列表模版,可以快速的添加一个列表,使用组装的方式构建Adapter,抽象Cell 角色,负责创建ViewHolder,绑定数据和逻辑处理。Cell为一个独立的组件。

    Language:Java1737450
  • aizuzi/FastAdapter

    快速使用的RecyclerView Adapter

    Language:Java1673021
  • frogo-recycler-view

    amirisback/frogo-recycler-view

    RecyclerView With No Adapter | Available For Jetpack Compose

    Language:Kotlin1644216
  • skydoves/BaseRecyclerViewAdapter

    ⚡ Fast way to bind RecyclerView adapter and ViewHolder for implementing clean sections.

    Language:Kotlin1626515