[PAID] Recycler View Pager - An Extension to create view pagers with recycler view

Recycler View Pager

This extension allows you to create view pager with recycler view in horizontal and vertical orientation. This extension is based on modified sources of Recycler VeiwPager library on Github. Since this extension uses recycler view as view pager so there is no issue in showing 1000s of pages without any issues.

All Blocks

image

Documentation

image

This event raises when user changes the page. Return the old position and new position of the page that is active.

image

This event raises when a page needed to be updated with the referenced position. As it is same as recycler view then I would like you to read about android recycler view before using this extension.

image

This event raises when onCreateViewHolder of the adapter raises. You have to create your whole design here and then have to add your created design into the parent of recycler view/

image

These event raises when components receive click on them. Make sure to add click listener to the component by using AddClickListener block.

image

Initialize or creates the viewpager in given container.

image

Add your view in to the parent of recycler view.

image

Add the click listener to the given component with id.

image

Add a page at given position.

image

Remove a page at given position.

image

Returns the id of the component that was given to the AddParent block from given position.

image

Smooth scroll the view pager to given position.

image

Returns the current page position of view pager.

image

Set the total property of the view pager. This should be specified after initializing the view pager. This block specifies the total amount of pages that you want to show.

image

Set the orientation of the view pager. Default is Vertical. This property must be set before the initialization of view pager…

image

If checked then user won’t be able to swipe multiple pages in one swipe. Use this property if you want to make video player thing.

How to Use

A quick usage of the extension

image

First of all, You would have to initialize the view pager in a container. Make sure to set the orientation property first then just set the total amount of pages that you want to show to the users.
After setting the total of view pager, CreateComponent and BindView event will be called to create components and then bind them.

Here I created a simple arrangement and label to show you. You can create any design with dynamic component extension with schema or blocks both.

In BindView event you can set the properties of your components.

You can use PageChanged event for setting other properties that you want.

Screenshots

IMG_7cx1jt

Demo APK

RecyclerPager.apk (5.2 MB)

You can try the APK before purchasing the extension.

Price

UPI :- ₹500
PayPal :- 8$

You can PM me to buy the extension.

You can find here more details :

Credit

Thanks @Shreyash for the super power full Rush .

Like the extension if you like it :+1:

Suggestion and issue are welcome

Thanks you
Sumit​:wink:

10 Likes

Nice and useful extension

1 Like

Nice extension,but i think it is look like

I think…

1 Like

Your every extension is really so good and very needed