Skip to content

An example of how easy it is to use and maintain recycler views with multiple view types using Kotlin

Notifications You must be signed in to change notification settings

Chozzle/EasyKotlinRecyclerView

Repository files navigation

EasyKotlinRecyclerView

An example implementation of a RecyclerView with multiple view types using Kotlin.

Kotlin's android extensions plugin now has experimental support for synthetic properties in View Holders. It makes it extremely easy to manage RecyclerViews since individual view holder implementations for each view type aren't required.

The app also uses the current best practice of using R.layout.ids as the view type to further simplify the Adapter

About

An example of how easy it is to use and maintain recycler views with multiple view types using Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages