Views RecyclerView¶
Supported platforms: Android.
Content¶
RecyclerView extensions¶
The fixedSize
extension property for RecyclerView
is an alias to the
hasFixedSize()
and setHasFixedSize(…)
methods.
functions to create a LinearLayoutManager¶
The verticalLayoutManager
and horizontalLayoutManager
functions allow you
to instantiate and customize a LinearLayoutManager
with more idiomatic
Kotlin code.
functions to create a GridLayoutManager¶
The gridLayoutManager
and horizontalGridLayoutManager
functions allow you
to instantiate and customize a GridLayoutManager
with more idiomatic Kotlin
code.
Download¶
implementation("com.louiscad.splitties:splitties-views-recyclerview:3.0.0-beta01")