kotlinx-extensions

A bunch of helper classes, functions and extensions generally used in kotlin projects

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

tz.co.asoft
ArtifactId

ArtifactId

kotlinx-extensions
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

kotlinx-extensions
A bunch of helper classes, functions and extensions generally used in kotlin projects
Project URL

Project URL

https://github.com/aSoft-Ltd/kotlinx-extensions
Source Code Management

Source Code Management

https://github.com/aSoft-Ltd/kotlinx-extensions

Download kotlinx-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/tz.co.asoft/kotlinx-extensions/ -->
<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>kotlinx-extensions</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/kotlinx-extensions/
implementation 'tz.co.asoft:kotlinx-extensions:0.0.1'
// https://jarcasting.com/artifacts/tz.co.asoft/kotlinx-extensions/
implementation ("tz.co.asoft:kotlinx-extensions:0.0.1")
'tz.co.asoft:kotlinx-extensions:pom:0.0.1'
<dependency org="tz.co.asoft" name="kotlinx-extensions" rev="0.0.1">
  <artifact name="kotlinx-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='kotlinx-extensions', version='0.0.1')
)
libraryDependencies += "tz.co.asoft" % "kotlinx-extensions" % "0.0.1"
[tz.co.asoft/kotlinx-extensions "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Kotlinx Extensions

badge badge badge badge badge

A Bunch of classes, functions and extensions used in aSoft

Common Extensions

  • Action<T>(name,handler:(T)->Unit)
  • Json -> Preconfigured Json for serialization

Android Extensions

  • ViewHolder -> Helps a lot with findViewById

Usage

class VH: ViewHolder(view) {
    val name by Id<TextView>(R.id.name)
    val email by Id<EditText>(R.id.email)
}

Js Extensions

Too many of them to write em down See here

tz.co.asoft

asoft

Versions

Version
0.0.1