"# Android-Image-Slider-With-Indicator-Using-Kotlin"
In this tutorial we will learn how to create Image Slider with indicator in android studio using kotlin.
πα΄ΚπΚΙͺΚα΄ My π¬π’π¨π§π¨ππ Channel #π°πΌπ±πΆπ»π΄ππΆππ±π²π for more latest videos..
Watch Tutorial on - Youtube
This is an android image slider library:
allprojects
{
repositories {
...
maven { url 'https://jitpack.io' }
} }
dependencies {
implementation 'com.github.denzcoskun:ImageSlideshow:0.1.0'
}
#kotlin #imageSlider #indicator #androidstudiotutorial #denzcoskun
