RecyclerList Modified

This is the modified version of the RecyclerList extension made by @zainulhassan

Here you can find the orginal extension

I have fixed two things in this extension

The first thing is added is Page / Item no
Now when you use snap-helper with linear or page snapper you can get the page or item no
Untitled

The second thing which is fixed is ,
In original extension when you use horizontal layout the width of the item is fill parent automatically even if you set automatic with or fix width,
Now it works with fixed width.

RecyclerList.aix (126.0 KB)

For documentation ,
Visit : [F/OS] Recycler List View - Render larger data sets efficiently using `RecyclerView` for AppInventor & Distros - Extensions - Kodular Community

10 Likes

You might send a pull request on that GitHub Repository. So we can learn better about changes.

1 Like

Great idea soon i will make it upload in github

1 Like

Is it possible to add an:

GetComponentByUniqueId block, where the id is the unique ID generated in the Bind Event, in order to work with (set properties) a dynamically generated component like at label (which doesn't have a click event )

I am currently having to generate a list of all the components created in root in order to "get at it".

1 Like

I dont have old system , i will install everything and try tonight

1 Like

RecyclerView.aix (126.3 KB)

Just made it , you can check here

1 Like

Thank you, will test out and report back.

2 Likes

GetComponentByUniqueId

Works as expected, many thanks
:+1:

Example here:

2 Likes