Skip to content

Latest commit

Β 

History

History
46 lines (18 loc) Β· 717 Bytes

File metadata and controls

46 lines (18 loc) Β· 717 Bytes

"# 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

GitHub Logo