Skip to content

Android framework helper functions, built following SOLID principles. Available on JitPack 🚀.

License

Notifications You must be signed in to change notification settings

davidepanidev/android-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Extensions

Kotlin Android License Version

Library containing some helper functions and extensions of the Android framework components, build according SOLID principles.

Including in your project

Gradle

Add the code below to your root build.gradle file (not your module build.gradle file):

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

Next, add the dependency below to your module's build.gradle file:

dependencies {
    implementation "com.github.davidepanidev:android-extensions:2.1.1"
}

About

Android framework helper functions, built following SOLID principles. Available on JitPack 🚀.

Topics

Resources

License

Stars

Watchers

Forks

Languages