Android Utils

A lightweight library full of helpers for Android (activities, fragments, views, ... )

License

License

GroupId

GroupId

dk.nodes.utils
ArtifactId

ArtifactId

android
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Android Utils
A lightweight library full of helpers for Android (activities, fragments, views, ... )
Project URL

Project URL

https://github.com/nodes-android/utils
Source Code Management

Source Code Management

https://github.com/nodes-android/utils

Download android

How to add to project

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

Dependencies

runtime (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.3.50
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.50
androidx.appcompat » appcompat jar 1.0.2
androidx.core » core-ktx jar 1.1.0-rc03
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.0.1

Project Modules

There are no modules declared in this project.

utils

A lightweight library full of helpers for Android (activities, fragments, views, ... ) and Kotlin (stdlib).

Installation

For Kotlin Standart library extensions and utils

implementation "dk.nodes.utils:kotlin:1.0.0"

For Android Extensions and utils

implementation "dk.nodes.utils:android:1.0.0"
dk.nodes.utils

Nodes - Android

Versions

Version
1.1.0
1.0.0