In my app, some of images are protected by authorization layer.
Downloading process is:
The problems are:
Is there any way to resolve it in some simple way?
You should implement your own ImageDownloader
(it's better to extend BaseImageDownloader
) which will handle this case. It should check if auth is required and it is then it makes re-query.