Hi, How can I implement something like infinite progress for EncodedImage placeholder? To my understanding, it should be something like *icon.rotate180Degrees(true)*?
I am putting Image into ImageViewer, *Image originImg = URLImage.createToStorage(placeholder, photo_url, AppStrings.PICTURE_HANDLER+photo_url);* And my placeholder is *EncodedImage placeholder = EncodedImage.createFromImage(Image.createImage(getWidth()/2, getWidth()/2 , 0xFFE6E6), true);* Instead of image with color 0xFFE6E6, I would like to put there rotating icon. I need it in order to show it when the actual Image is loading. How can I achieve this? Thanks a lot! -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/37439705-f61b-434f-89f7-b1ed094d7758n%40googlegroups.com.
