-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kevadiya krunal edited this page Mar 14, 2019
·
8 revisions
Welcome to the kotlin-common wiki!
This SDK provided below feature with easy to used.
- Button With Progress
- Credit Card EditText
- Image Picker
- Permission
- Argument Pass by Activity or Fragment
- Load More In RecyclerAdapter
- Preference
- Recycler Adapter
- Resource
- SnackBar
- Spannable String
- StatusBar AlertView
- Validation
- Skeleton
- Location
- Pull Down To Refresh
To get a Git project into your build:
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Step 2. Add the dependency
dependencies {
implementation 'com.github.Krunal-Kevadiya:kotlin-common:1.0.7'
}