Skip to content

clickapps-android/app-ktx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-ktx

Release

App-ktx is an common extensions functions that try help you focus on bussines logic & leave rest usually stuff for it. e.g set custom text font type, convert file to base64,change app language at runtime ,convert date string from/to any format, calcluate time ago, convert dp to px,px to dp ... and more..

add dependence

in project level build.gradle

allprojects {
  repositories {
                  google()
                  jcenter()
                    //...
                  maven { url 'https://jitpack.io' }
  }
}

in app level build.gradle

dependencies {
        implementation 'com.github.clickapps-android:app-ktx:<last-build>'
}

Enjoy using app-ktx library,report any bugs you found,request any update ,or even drop me an email gg.goo.mobile@gmail.com

About

easy and common functionality

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages