Skip to content

BILLyTheLiTTle/LazyColumns

Repository files navigation

LazyColumns

Description

Here you will find variation of LazyColumns for Jetpack Compose. You can have the List UI you have used to, in a Jetpack Compose way eliminating the need of AndroidView Composable.

Compatibility

LazyColums Kotlin Jetpack Compose
v0.2.5 and below 1.5.21 1.0.1
v0.2.6 - v0.2.7 1.6.10 1.1.1
v0.2.8 - v.0.2.9 1.7.0 1.2.0
v0.3.0 and above 1.8.0 1.4.1

Installation

To include the library in your project you should add it in your root build.gradle or in your settings.gradle the repository:

repositories {
	maven { url 'https://jitpack.io' }
}

Next add the dependency in your module:

dependencies {
	 implementation 'com.github.BILLyTheLiTTle:LazyColumns:0.3.7'
}

What is implemented

Double Header LazyColumn

Indexed LazyColumns

LazyColumn With Scrollbar

Netflix Lazy Screen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages