Android Question ImageDownloader with JRDC2

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
ImageDownloader is mostly never needed.

You should make regular requests with DBRequestManager and then convert the blobs to images. There are utility methods in DBRequestManager to help you with the conversion.
That is clear to me EREL. What I mean is to download the images in the same style as the ImageDownloader class.
Because the way JRDC2 does it, the Activity affects me when it enters Pause and this causes me to open the activity again when I go out to another activity, something that ImageDownloader does not do.
Thank you.
 
Upvote 0
Top