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

the error caused when I scrolling and go at the end of the list . data all load correctly but as I said it caused when I scrolling the list view.

see my blocks.


Also check apk
Advance_Search_Option_With_Firebase.apk (5.4 MB)

hi any expert here to give me the solution

Hello, if I want to scroll to the bottom, what integer value should I enter in the position field?

Edited: I got the solution in position use length of the list

If you find soln or fix your problm, can share :blush:

1 Like

6e3578959625fa1bc620d1331c4dff6013b8f2de
Use the version of extensions that have this count block, it may not show any error.

please share solution

any solution for this problem?

In .OnCreate ad this block
blocks (56)

1 Like

thanks this is solution for me

1 Like

Which block can i use to count the total search data? Means, when i search specific data, its show 5 items. I would like to show a label this count : 5
Please help

Hi,

When you perform a search with RecyclerList you should set RecyclerList.Count/Data with the filtered data, so you just need to set the label to Count or lengthOfList(Data).

1 Like

Try out this aix

:green_heart::green_heart:

1 Like

Bug fix

Hie, @MChess welcome to :kodular:odular community

I would like you mention error your facing when performing this functionality, since your testing in AppInventor

I encountered an issue when using the search function. It does not automatically delete the old list; instead, it loads a new list on top of the existing data. What should I do to delete the old list and load the new one?

See HERE for a possible solution

from what I see you need to clear the recyclerlist before setting the new one (your search)

1 Like


I am again having trouble retrieving the ID.

Show us the on bindview blocks, if you didn’t set unique view just add it