11

I want to implement slide show like whatsapp status/Airbnb Image/Videos.

  1. Auto Progressing with Timer
  2. By Tapping indicators, switch to particular image
  3. While scrolling images, timer/slideshow should pause

enter image description here

Is there any specific library made available ?

Android Developer World
  • 1,051
  • 1
  • 12
  • 15

1 Answers1

8

Thanks for the link @burhanuddin-rashid

Show horizontal progress like instagram stories. compile 'com.github.shts:StoriesProgressView:2.0.0'

https://github.com/shts/StoriesProgressView

Ashish John
  • 1,867
  • 2
  • 23
  • 38
Android Developer World
  • 1,051
  • 1
  • 12
  • 15