One of the reasons we deprecated image download service was the fact that it stores a serialized object rather than the actual image. So if you name the file using the same name as the ImageDownloadService used URLImage or other API's won't work since they would assume the file has a proper image but will instead get the serialized object from image download service.
Just prefix the names of the files with "urlimg" or something like that to avoid using the existing ImageDownloadService caches. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/f1c10e00-0f37-4d41-a6a8-cab5361ad846%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
