[F/OS] Recycler List View - Render larger data sets efficiently using `RecyclerView` for AppInventor & Distros

Im showing scroll dy value in Title but its not perfect
If is work like scroll handler then it will much useful for everyone, if is possible then mention here thank you

@zainulhassan Can you add this block to get the component through their unique id :point_down:

image

1 Like

@zainulhassan what about nested recycle view? Is it possible to make it?

Can we use more than one recyclerview in same screen??

Continuing the discussion from [F/OS] Recycler List View - Render larger data sets efficiently using `RecyclerView` for AppInventor & Distros:

how to clear list on recycler list view please help me…

1 Like

@zainulhassan This Aix Not Worked Niotron.

1 Like

Try it in Android Builder

1 Like

Components need to update themselves when the screen direction changes, otherwise ridiculous actions take place, for your information (you can test it), this problem does not exist in the dynamic component extension

set the screen no sensor only , and try to set recycler connect after 1 second clock of user click …

I know this too, I have stated my observations for the extension to work correctly.

1 Like

when data is incremented in realtime. how to add item without re-initialization. ? #ask

for me components doesnt update in display after searching for particular items in list and re displaying them , any solution ?

Can you please help, how can I make a search list from Two global data
Example: Search from title or Subject.
Thankyou

Can you please show me how you did this with the blocks image? i have the same problem here

1 Like

Do you mean this?

1 Like

blocks
How can disable all the buttons on “When any Button click” event.
The above block only disables the clicked button.

Please, where can I download version 1.0.1 of this extension? The link in the first post is version 1.0.0 and I don’t have the OnBindView block with the “dataItem”

EDIT : sorry, i found on github <3

Thank you @Jarda_Pribyl

1 Like

recycler.aia (179.4 KB)

1 Like

To all the users using recycler view, just remember to keep state separate from recycler view. Otherwise the results will be weird. Always set properties in OnBindView event and not in any other place. Don’t change properties inside button clicks rather update the data and then tell recycler view that data has been changed using respective blocks. Keep state seprate from recycler view.