Skip to content
kevadiya krunal edited this page Mar 14, 2019 · 8 revisions

Welcome to the kotlin-common wiki!

Sdk version

Application Documentation

This SDK provided below feature with easy to used.

  1. Button With Progress
  2. Credit Card EditText
  3. Image Picker
  4. Permission
  5. Argument Pass by Activity or Fragment
  6. Load More In RecyclerAdapter
  7. Preference
  8. Recycler Adapter
  9. Resource
  10. SnackBar
  11. Spannable String
  12. StatusBar AlertView
  13. Validation
  14. Skeleton
  15. Location
  16. Pull Down To Refresh

How to integrated

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'
}

Screen-Shot

Alt Text

Clone this wiki locally