Dynamic Cardview: App Crashing

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)

There’s no functions on when card view click yet.

Did it work with 10 items or less ?

Yeps working good, no crashing, I wonder how am I able to load 130 there

Do you use airtable or … ?

1 Like

I use the Airtable

Then try to load as user scroll

or use

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

It’s crashing even if 32 Items

As I said without seeing anyblocks we can not tell what might cause the problem. See for example… airtable as database 1200 rows, 5 columns … no crash

1 Like

Can I see your blocks?

if possible have a look at it

I mean is how to get the airtable data using this Recycler List View

Get all rows. Response is in json, use web component and dictionary blocks to get columns

I don’t understand, do you mind teaching it to me?

I looked up for the blocks and I don’t understand it no matter how hard I try

It keeps crashing if the data is more than 50, this is my blocks

Forgot to show the block, When the Screen Initialized, I call Spreadsheet 1. Get Column, Column Name: Title, and Max Record: 1200