add RendererRecyclerViewAdapter #83

Closed
opened 2025-11-07 07:18:47 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @vivchar on GitHub (Nov 1, 2017).

https://github.com/vivchar/RendererRecyclerViewAdapter

  • Now you do not need to implement adapters for RecyclerView;
  • You can easily use several types of cells in a single list;
  • You can reuse cells in different RecyclerView;
  • You can easily add a nested RecyclerView;
  • You can easily add the DiffUtil support;
  • You can easily save a state of a Item when scroll;
  • Using this library will protect you from the appearance of any business logic in an adapter

Example

Originally created by @vivchar on GitHub (Nov 1, 2017). ## https://github.com/vivchar/RendererRecyclerViewAdapter * Now you do not need to implement adapters for RecyclerView; * You can easily use several types of cells in a single list; * You can reuse cells in different RecyclerView; * You can easily add a nested RecyclerView; * You can easily add the DiffUtil support; * You can easily save a state of a Item when scroll; * Using this library will protect you from the appearance of any business logic in an adapter ![Example](https://github.com/vivchar/RendererRecyclerViewAdapter/blob/master/example/example.gif?raw=true)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-android-ui#83