I am trying to display a JPEG image as it downloads like this library but its for IOS is there anything like this in android.
While R&D found this but its also for ios.
1) Right now i am using this way to load it works but the overhead is i have to load twice.
2) Also used fresco with .setProgressiveRenderingEnabled(true)
but didt notice any major change.