retained-activity

A lightweight alternative to Android's ViewModels. The easiest way to retain instances in Activities, Fragments or Composables.

License

License

GroupId

GroupId

dev.marcellogalhardo
ArtifactId

ArtifactId

retained-activity
Last Version

Last Version

0.15.3
Release Date

Release Date

Type

Type

aar
Description

Description

retained-activity
A lightweight alternative to Android's ViewModels. The easiest way to retain instances in Activities, Fragments or Composables.
Project URL

Project URL

https://github.com/marcellogalhardo/retained

Download retained-activity

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
dev.marcellogalhardo : retained-core jar 0.15.3

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.20
androidx.lifecycle » lifecycle-viewmodel-ktx jar 2.4.1
androidx.lifecycle » lifecycle-viewmodel-savedstate jar 2.4.1
androidx.activity » activity-ktx jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.15.3
0.15.2
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0