Maximum number of blocks

My application will have at least 50,000 blocks. will the constructor be able to handle so many blocks and not get stuck? My application will have at least 50,000 blocks. will the constructor be able to cope with so many blocks and not freeze? the application will work without the Internet, data from 12 months

So you have yet to start? There is no fixed max number of blocks. But… first questions, why do you think you need so many blocks. If will cause problems maybe not now but maybe in the future.

Tell something about your app. Maybe we can give you advise on how to proceed.

3 Likes

this will be a prayer time app. 5 prayers every day. per year 1820 pieces of data. and that’s not counting the main blocks. I am thinking of making an application with data download every month. but still don’t know how to do it. 30 artable … i make time for 15 days and my computer slows down a little

Couldn’t you just store the prayers/data in a csv file and add them to the assets?

1 Like

I do not know how to do it. google about csv

Or you could use a sqlite database to store the prayers and access that.

1 Like

I’ll try. thank