I have test ecommerce app with some thousands products on Supabase.
There are some hundreds items in some subcategories.
I test category with 690 items.
My android app crashes in 3-10 seconds and web app slowly works.
How to display lots of items?
1000+ items (from Supabase or API) - how to display?
Database & APIs
Resolved
I tested Android app (vivo y35, samsung Galaxy Tab A7 Lite) and web app.
https://largedata.flutterflow.app/
https://drive.google.com/file/d/1I5sF38GvzRGB-mLbvN9AwkoL9fwtOGXK/view?usp=sharing - .apk file
Supabase Query - Android app crashes and closes in 3-10 second
API Call - Supabase with infinite Scroll - Android app crashes and closes in 3-10 second
(limit = 20, offset = Next Page Index * 20)Checked Api Calls for categories with less than 100 items - OK, app doesn't crash.
Tested API Calls in Google Chrome
API calls in the query with infinite scroll should be executed after user scrolling down but FF loads all queries right now after page loading.
I can't make screenshot of Android app crash because it occurs quickly.
Yes
3 replies