Skip to content
#

recyclerview-adapter

Here are 836 public repositories matching this topic...

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

  • Updated Dec 2, 2019
  • Java
terekhovyes
terekhovyes commented Aug 9, 2020

ibrahimyilmaz/kiel#40 added syntax to define Diff callback for whole adapter. But you still have no ability to define diff callback for register blocks separately.

There is example of how it may look like:

adapterOf<Animal> {
    register(
        layoutResource = R.layout.item_cat,
        viewHolder = ::CatHolder,
        diff = diff(
            areIt
enhancement help wanted good first issue reddit

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

  • Updated Jan 11, 2022
  • Kotlin

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.

  • Updated Feb 14, 2021
  • Java

Improve this page

Add a description, image, and links to the recyclerview-adapter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recyclerview-adapter topic, visit your repo's landing page and select "manage topics."

Learn more