Show us what you have tried
dora_paz
(Dora)
May 14, 2022, 4:27pm
#12
Do you use image utilities to load images async ?
No? You think it was the cause of App not Responding?
Still, it says App is not Responding
dora_paz
(Dora)
May 16, 2022, 4:54am
#16
You think it was because of images from Youtube Thumbail?
dora_paz
(Dora)
May 16, 2022, 5:01am
#18
How can I tell without knowing how big is your database or without seeing your blocks?
There’s a 130 items in the Airtable
dora_paz
(Dora)
May 16, 2022, 5:27am
#21
If you load for example only 10 items from database does app crash ? Have you tested it ?
I’ll try to test 10 items only wait up
Are you using any listener or got focus event? especially using when any card view clicked event? please see once again and tell us. Your problem may be seems to be you are touching dynamic card view and it leads to wrong understanding ( may be the cause)
Still-learning:
yna
There’s no functions on when card view click yet.
dora_paz
(Dora)
May 16, 2022, 7:46am
#25
Did it work with 10 items or less ?
Yeps working good, no crashing, I wonder how am I able to load 130 there
dora_paz
(Dora)
May 16, 2022, 3:13pm
#27
Do you use airtable or … ?
1 Like
dora_paz
(Dora)
May 17, 2022, 5:06am
#29
Then try to load as user scroll
Hello Everyone
I made this simple guide to show you how you can load more items as user scrolls.So let’s get started.
I am using
Dynamic Components Extension from @yusufcihan and
Scroll Handler Extension from Colin Tree
[blocks(1)]
In these blocks there is a variable called number. We will store a number in that variable that will be updated after creating items.
There is another variable called items. That variable will represent how much data do you want to show at a time. In my case I…
Hi gyz i present you my another powerful app for custom data loading on user scroll(concept of RecyclerView) from Airtable, Firebase and mysql under jugard series project 6
Note
i did not focus on code optimization so that everyone can understand it easily
I’ll keep on updating the guide for more convenience and try to make it easily understandable
methods and extensions used
I used
Mysql snippet and php file by @Taifun
Dynamic components extension by @yusufcihan
Vertical Scroll handler …
or use
[banner]
[icon] Recycler List View
An extension for rendering larger data sets efficiently using RecyclerView for AppInventor & Distros.
Documentation
Events
[on_create_view]
Event raised to create UI. Don’t bind any data to the UI here.
Parameters
root : AndroidViewComponent
[on_bind_view]
Event raised to bind data to UI.
Parameters
root : AndroidViewComponent
position: Current position.
Functions
[initialize]
Initiali…
How to use this though?
https://community.kodular.io/t/f-os-recycler-list-view-render-larger-data-sets-efficiently-using-recyclerview-for-appinventor-distros/179434