Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slide Show images/Video like Whatsapp status in Android?

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 ?

like image 817
Android Developer World Avatar asked Nov 04 '17 06:11

Android Developer World


1 Answers

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

like image 197
Android Developer World Avatar answered Oct 20 '22 09:10

Android Developer World