LiveEvent

This library holds a class to handle single live events in Android MVVM architectural pattern. This class is extended form LiveData class, from `androidx.lifecycle:lifecycle-extensions` library, to propagate the data as an event, which means it emits data just once.

License

License

GroupId

GroupId

com.github.hadilq
ArtifactId

ArtifactId

live-event
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

LiveEvent
This library holds a class to handle single live events in Android MVVM architectural pattern. This class is extended form LiveData class, from `androidx.lifecycle:lifecycle-extensions` library, to propagate the data as an event, which means it emits data just once.
Project URL

Project URL

https://github.com/hadilq/LiveEvent
Source Code Management

Source Code Management

https://github.com/hadilq/LiveEvent

Download live-event

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.4.32
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
androidx.lifecycle » lifecycle-extensions jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.3
1.2.2
1.2.1
1.0.3