Skip to content Skip to sidebar Skip to footer

Picasso Targets Onbitmaploaded Not Called In For Loop

Below code snippet for load file into Bitmap and save this file in internal directory(i.e PNG,or JPG format) final List targets = new ArrayList(); final

Solution 1:

Make sure targets and targetsNormal are global variables instead of local.

If they are local variables, they can be garbage collected as soon as the method has been left.

Post a Comment for "Picasso Targets Onbitmaploaded Not Called In For Loop"