Custom views(eg. Searchable Spinner Dialog) and Base Class for Activity, Fragment, Adapter and ViewHolder.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
//add dependency
dependencies {
implementation 'com.github.jamesdeperio:PocketLib:2.2.0'
//To use BaseSwipeFragment include
implementation 'me.yokeyword:swipebackfragment:0.4.0'
//To use EventPublisher include
implementation 'io.reactivex.rxjava2:rxjava:x.x.x'
implementation 'io.reactivex.rxjava2:rxandroid:x.x.x'
//To use PocketDialog include
implementation 'com.airbnb.android:lottie:2.7.0'
}
You can create different view holder design as much as you want with easier patttern.
Simpliest way to setup recyclerview adapter.
Pass any object and just specify what item to display!
Build your viewpager easily with few line of code!
For better readability and understanding.
Don't code too much! You can minify and remove boilerplate.
Read the documentation for better understanding and customization
Documentation