Thursday 12 October 2017

Renderer Recycler View Adapter

  • 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;
  • Using this library will protect you from the appearance of any business logic in an adapter.



from The Android Arsenal

No comments:

Post a Comment