LazyRecycler

A library that provides LazyColumn like apis to build lists with RecyclerView.

License

License

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

lazyrecycler
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

aar
Description

Description

LazyRecycler
A library that provides LazyColumn like apis to build lists with RecyclerView.
Project URL

Project URL

https://github.com/dokar3/LazyRecycler
Source Code Management

Source Code Management

https://github.com/dokar3/LazyRecycler

Download lazyrecycler

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/ -->
<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>lazyrecycler</artifactId>
    <version>0.3.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation 'io.github.dokar3:lazyrecycler:0.3.2'
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation ("io.github.dokar3:lazyrecycler:0.3.2")
'io.github.dokar3:lazyrecycler:aar:0.3.2'
<dependency org="io.github.dokar3" name="lazyrecycler" rev="0.3.2">
  <artifact name="lazyrecycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='lazyrecycler', version='0.3.2')
)
libraryDependencies += "io.github.dokar3" % "lazyrecycler" % "0.3.2"
[io.github.dokar3/lazyrecycler "0.3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib Optional jar 1.6.21
androidx.recyclerview » recyclerview Optional jar 1.2.1
androidx.databinding » viewbinding Optional jar 7.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0