VerticalViewPager: A vertical version of ViewPager

1.Introduction

Description: Using this extension you can create a vertical ViewPager. It is similar to Scroll View where you swipe to navigate between views, but in this only one view is shown at a time and user will have to swipe up and down to change view. Vertical ViewPager is used to show one view and then let user swipe up and down to toggle between different views.
Latest Version: 1.2
Last Updated:  October 2, 2021
Released:  June 10, 2021

2.Blocks

image
image

3.Usages

Initialize and Add views
Adds view pager to the container and adds given views into view pager
image

Alternatively you can add view at specific index too
image

Remove view by index
Removes the view present at given index
image

Remove view by view itself
Removes the view from pager but does not destroy that
image

Scroll To
Scrolls to given index
smoothScroll specifies whether animation should happen or not
image

Get Current View Index
Returns the current view’s index
image

Get Total Views count
Returns number of views added
image

Remove View Pager
Removes given view pager from view system
image

Use a different transfor
Setting this property to true/false will be applied on pagers created afterwards
image

4.Download

5. Want to Donate?

If you liked the extension then kindly consider about donating some amount to keep me to create extensions like this.

Thank you.

Hope it helps!

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments