Optimize static image loading
frapontillo opened this issue · 1 comments
frapontillo commented
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.
frapontillo commented
It looks like everything is already optimized. Dunno.