Android Auto Scroll ViewPager is a Java-based UI library for Android applications that enhances the standard ViewPager component by adding automatic scrolling and cycling behavior, making it particularly useful for image carousels, featured content sliders, and other rotating views. Designed to extend the classic Android support library’s ViewPager, it enables views to scroll automatically at a configurable interval while also allowing manual swiping by the user, combining both automation and interactive control. In addition to auto-scroll timing, developers can configure the scroll direction, cycle mode (so the pager loops continuously), and animation duration to create smooth and responsive carousel experiences. The library also includes settings to control whether scrolling stops when the user touches the component and how border conditions are handled at the start or end of the list.
Features
- Auto-scrolling ViewPager for Android
- Configurable scroll interval and direction
- Looping and cycling support for infinite scroll
- Controls for user touch interaction behavior
- Adjustable scroll animation duration
- Supports nested ViewPager scenarios