Skip to content

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

Notifications You must be signed in to change notification settings

tusharahmed11/GenericRVAdapter

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%