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)
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 ![]()

Use the version of extensions that have this count block, it may not show any error.
please share solution
any solution for this problem?
thanks this is solution for me
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).
Hie, @MChess welcome to
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)
Show us the on bindview blocks, if you didn’t set unique view just add it