Android Question SimpleMediaManager can save the images?

Carlos marin

Active Member
Licensed User
Longtime User
Hello, I previously used the ImageDownloader method to download the images and then saved them on the device to avoid as many downloads to the image server as possible. I was looking at this new lib, but I don't see a method to manipulate the file after downloading it from the internet, its possible can save the file with this lib SimpleMediaManager? thanks for the help
 
Last edited:

teddybear

Well-Known Member
Licensed User
You can directly download and save the file by Url using HttpJob
 
Upvote 0

Carlos marin

Active Member
Licensed User
Longtime User
Upvote 0
Top