🟦 Create "Infinite" Pager

PART I

Using two extensions, RecyclerViewPager and CompCreator, to make an "infinite" pager in your app. Well, not quite infinite, but you can set your number of pages to the thousands...

Use the BindView event to set your dynamic content for each "page"

BLOCKS

VIDEO

AIA Example

rvPager.aia (62.3 KB)

Credits @Kevinkun for CompCreator and @iamwsumit for Recycler View Pager

PART II

I have since had a play with a RecyclerList extension. You can reproduce more or less exactly the same thing using just the RecyclerList extension, given you have a list of data to supply (I just generated some dummy data)

BLOCKS

VIDEO (looks and behaves the same as above)

AIA Example

rlDisplay.aia (129.9 KB)

Credits @ZainUlHassan (modified by @White_Tiger ) for the RecyclerList extension

Also to @dora_paz for this useful guide:

6 Likes