evaBarbeito / GenericRVAdapter

Sample application which helps in understanding the implementation of a generic RecylerView Adapter through out the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

GenericRVAdapter

This sample application gives an example of using a generic RecylerView adapter which can be used by multiple RecylerViews from different fragments.

This helps in reducing boiler-plate code and removing all the business logic out of the RV adapter and pushing it into the ViewModel.

Check out this article which explains this functionality in detail

Framework used for dependency injection: Koin

About

Sample application which helps in understanding the implementation of a generic RecylerView Adapter through out the application


Languages

Language:Kotlin 100.0%