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.
RaYzZz
(Gianluca Franco)
April 23, 2025, 7:59pm
2
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.
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?
RaYzZz
(Gianluca Franco)
April 25, 2025, 9:08am
4
I haven’t tried them myself,
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoadingComple…
1.Introduction Description: Extension to load images with Picasso Latest Version: 2 Released: 2021-03-08T18:30:00Z (UTC) Last Updated: 2023-06-29T18:30:00Z (UTC) 2.Blocks 3.Usages The extension can be used with any view component. A...
Reading time: 4 mins đź•‘
Likes: 55 ❤
Image Loader Hi everyone, Today I present a new extension based on Universal Image Loader that allows you to load and cache images. Demo Event OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image. [OnLoadingStarted] OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image. [OnLoadingFailed] OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image. [OnLoadingComple…
@RaYzZz
I tryed it it not working with recycling list view.
how can i solve it
RaYzZz
(Gianluca Franco)
April 25, 2025, 9:40am
6
At this point, I would recommend downloading them as mentioned earlier
RaYzZz:
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.
1 Like