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
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…
Try it in Android Builder
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.
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
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
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.