Supported platforms: Android.
If you want to use this dependency without using one of the fun packs,
you can use Splitties.viewsRecyclerview
, provided you have refreshVersions added to the project.
For reference, the maven coordinates of this module are com.louiscad.splitties:splitties-views-recyclerview
.
The fixedSize
extension property for RecyclerView
is an alias to the
hasFixedSize()
and setHasFixedSize(…)
methods.
The verticalLayoutManager
and horizontalLayoutManager
functions allow you
to instantiate and customize a LinearLayoutManager
with more idiomatic
Kotlin code.
The gridLayoutManager
and horizontalGridLayoutManager
functions allow you
to instantiate and customize a GridLayoutManager
with more idiomatic Kotlin
code.