android-view-lifecycle

Extensions for Android View class that let you access a view lifecycle without having to create a custom view (extend a View)

License

License

GroupId

GroupId

com.gorisse.thomas
ArtifactId

ArtifactId

android-view-lifecycle
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

aar
Description

Description

android-view-lifecycle
Extensions for Android View class that let you access a view lifecycle without having to create a custom view (extend a View)
Project URL

Project URL

https://github.com/ThomasGorisse/AndroidViewLifecycle
Source Code Management

Source Code Management

https://github.com/thomasgorisse/androidviewlifecycle/tree/main

Download android-view-lifecycle

How to add to project

<!-- https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/ -->
<dependency>
    <groupId>com.gorisse.thomas</groupId>
    <artifactId>android-view-lifecycle</artifactId>
    <version>1.0.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation 'com.gorisse.thomas:android-view-lifecycle:1.0.5'
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation ("com.gorisse.thomas:android-view-lifecycle:1.0.5")
'com.gorisse.thomas:android-view-lifecycle:aar:1.0.5'
<dependency org="com.gorisse.thomas" name="android-view-lifecycle" rev="1.0.5">
  <artifact name="android-view-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gorisse.thomas', module='android-view-lifecycle', version='1.0.5')
)
libraryDependencies += "com.gorisse.thomas" % "android-view-lifecycle" % "1.0.5"
[com.gorisse.thomas/android-view-lifecycle "1.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (4)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
androidx.fragment » fragment-ktx jar 1.4.1
androidx.lifecycle » lifecycle-common-java8 jar 2.4.1
androidx.lifecycle » lifecycle-runtime-ktx jar 2.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0