Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.DevHamza090:LiquidSwipePager:latest-version'
}
Add LiquidPager to your xml and use it like you would ViewPager
<com.swipe.liquid_pager.LiquidPager
android:id="@+id/liquidPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />