JakeWharton / ViewPagerIndicator

Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
http://viewpagerindicator.com
10.13k stars 4.01k forks source link

Auto Slide after 5 seconds. #315

Open azlanjamaldev opened 10 years ago

azlanjamaldev commented 10 years ago

How to create auto slide to left after 5 seconds for CirclePageIndicator? Please help on this. Thank you

lightSky commented 10 years ago

There is a lib extracts the circleIndicator part and implements the auto scroll feature :https://github.com/lightSky/InfiniteAutoScroolView. And there you can find the demo :https://github.com/lightSky/CustomeViewDemo . hope it helps,good luck.