Skip to content

Latest commit

 

History

History
 
 

views-recyclerview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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:$splitties_version")