ihermandev / UsefulKotlinUtil

Some useful extensions which I frequently use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UsefulKotlinUtil

Release

This Android library contains a few useful extensions and utils which I frequently use to create projects.

Extensions for:

  • Activity (eg. Fragment Transactions, Launch Activity)
  • Fragment
  • Log
  • SharedPreferences
  • String
  • View

Utils:

  • Connection (Retorfit + OkHttp)
  • Common utils

Download

Gradle is the only supported build configuration, so just add to your root 'build.gradle' file the JitPack repository

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

and the dependency

dependencies {
    implementation 'com.github.izzi888:UsefulKotlinUtil:$libraryVersion'
}

About

Some useful extensions which I frequently use.


Languages

Language:Kotlin 100.0%