I want to implement image slider in android using only kotlin language. I need auto slider with dot indicator.
Asked
Active
Viewed 1,578 times
2 Answers
0
You can use viewpager2 to have auto image slide and for round indicator you need to make a drawable.
implementation 'androidx.viewpager2:viewpager2:1.0.0'
Video Tutorial for reference, this is exactly what you need
Kamal Nayan
- 1,222
- 1
- 3
- 17