lifecyclecells

An Android library that provides a Lifecycle to any ViewHolder through the implementation of the LifecycleOwner interface, allowing it to interact with a Lifecycle-Aware Component.

License

License

GroupId

GroupId

dev.sarquella.lifecyclecells
ArtifactId

ArtifactId

lifecyclecells
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

lifecyclecells
An Android library that provides a Lifecycle to any ViewHolder through the implementation of the LifecycleOwner interface, allowing it to interact with a Lifecycle-Aware Component.
Project URL

Project URL

https://github.com/Sarquella/LifecycleCells
Source Code Management

Source Code Management

https://github.com/Sarquella/LifecycleCells

Download lifecyclecells

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.21
androidx.appcompat » appcompat jar 1.0.2
androidx.lifecycle » lifecycle-livedata jar 2.0.0
androidx.recyclerview » recyclerview jar 1.0.0
androidx.paging » paging-runtime jar 2.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1