Load hight quality image from firebase to app recycling list view

In my I get data from firebase and show in recycling list view.It working fine. But. Take much time to load data. Any suggesting or way to fast load data.

Hi Mahir,

I’d recommend downloading the images locally. When the app launches, check if there are any new images in the database.
If there are, download them
if not, go ahead and build the layout.

In case I misunderstood and you’ve already implemented all of this (and the issue is just a slow connection) then the only option is to boost the weak link either improve the server’s upload speed or the client’s download speed.

:waving_hand:

Ok good suggestion but can i save data in cache by tinydb.then load data when user open app.is it make app little faster?

I haven’t tried them myself,

@RaYzZz
I tryed it it not working with recycling list view.
how can i solve it

At this point, I would recommend downloading them as mentioned earlier

1 Like