frapontillo/ImageViewEx

Optimize static image loading

frapontillo opened this issue · 1 comments

When loading a list of images, it is clear that the bigger overhead is due to the operation of setting the byte array into the viene.

Try to optimize the loading as much ad possible, perhaps by converting to Drawable in another thread.

It looks like everything is already optimized. Dunno.