kozmi55 / Flexible-RecyclerView-with-Databinding

A RecyclerView Adapter that can handle multiple item types without much boilerplate and can be reused on any screen with list content.
Apache License 2.0
29 stars 15 forks source link
android android-databinding android-recyclerview kotlin mvvm recyclerview recyclerview-adapter

Flexible RecyclerView with Databinding

This is the sample app for the following article: https://proandroiddev.com/flexible-recyclerview-adapter-with-mvvm-and-data-binding-74f75caef66a

Handling event clicks (This is not covered in the article)

Example of this can be found in this commit.