Hello Community,
I am Facing a Huge Issue. I am trying to Male an app with more than 5000 Items to Load from the Database; loading them all is hard. I have so many Questions
I am making a Dynamic Home Page, so Items are constantly loading and displayed based on different Categories. how can I achieve That?
A user will Search anything out of those 5000 so how do I put a search Query to Load that specific item?
How to load images Faster and not make it a Heavy Task for an App from a URL?
I understood what ur trying to say. but how do I load data this fast and sort it according to categories.
Let me explain :
I am user A and upload 20 items of different categories.
User B uploads 30 products of different categories.
how do I load these 50 products Instantly to Create a Dynamic Page?
I cannot keep loading Components is a Grid or Scroll. I need to sort them and make them look organised
first time may take time, then the app may stored the info in tinydb and load it faster from that therafter… check up that app everyday…
May be first run of that day may be slower there after they will load faster by this techinique.
Dont gets confused… whatever database you use, certainly it will take time to loade the huge amount of data… see the previous thread that i shared, where we took nearly 13k items in 10 s and created recycler view… That 10 s of delay wont be enough to load for that much of data?