AndroidTemplate
✈️ It is a fast and easy Android utility.
Install / Use
/learn @hongbeomi/AndroidTemplateREADME
Android-Template
<br/>References
https://github.com/sjjeong/dino-library
<br/>🚀 How to use?
Gradle
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
And add a this code to your module's build.gradle file.
dependencies {
implementation "com.github.hongbeomi:AndroidTemplate:${Tag}"
}
