I have an app which need to download multiple small images. So, I use the VolleyLibrary. But I have a problem. When I download images sometimes, the images aren't in the correct orientation. So I tried to use ExifInterface, but I can't because ImageRequest from Volley only returns a bitmap or an error. And Bitmap object can't give me orientation. So can I use Volley to download image and rotate them correctly ?
https://developer.android.com/training/volley/request.html
0 comments:
Post a Comment