Android Question UniversalImageLoader Error

Haris Hafeez

Active Member
Licensed User
Longtime User
Hello,

Thanks to Don for this library.

Can someone please tell me if it is possible to use the loadimgSync method in a service? I have got a strange problem when the app crashes when I build it in release mode and works when in debug mode.

My activity code is calling a service to load image data. The service uses loadimgSync with a url to load the image but I have found this is what is crashing the app. I replaced the loadimgSync method line from the service method and simply loaded an image from DirAssets using LoadBitmap and it worked.

Any ideas?

Thanks,
Haris.
 
Top