Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

Support fetching image on another Coroutine (Fetch Image Asynchronously) #209

Closed tom5079 closed 3 years ago

tom5079 commented 3 years ago

AFAIK, it is not possible to load an image on other CoroutineScope. It is not a good idea to handle File I/O on the main thread, so I hope there was a way to load the image asynchronously.