My app displays a clv list of vehicles with no images until now.
I have just changed my app so that displays a list of vehicles with an image on each row. This image is currently being loaded from a server using SimpleMediaManager (Thanks Eel) and Lazy loading. It works quite well.
So I am wondering should I be saving the images after being downloaded the first time and then use a local image or is it acceptable to use online image?
This will in time save data, speed up the program and reduce server congestion i think.
If I do save the images what would be the best way to do this? Sync a directory on the device with one online perhaps?
I have just changed my app so that displays a list of vehicles with an image on each row. This image is currently being loaded from a server using SimpleMediaManager (Thanks Eel) and Lazy loading. It works quite well.
So I am wondering should I be saving the images after being downloaded the first time and then use a local image or is it acceptable to use online image?
This will in time save data, speed up the program and reduce server congestion i think.
If I do save the images what would be the best way to do this? Sync a directory on the device with one online perhaps?