Hi all,
I would like to cache some small images, I tried to store them with App.setProperty(key, bitmap) but I get a type error.
Any idea on how to cache bitmaps, it is possible?
Thanks in advance!
Stefano
Okay, now you've piqued my interest. To be able to draw the bitmap, you'd have to have something that resembles the data that would be generated by the resource compiler (Ui.BitmapResource). I suppose you had to figure out the format that the resource compiler generates and then you just have to convert the JSON data to that. Is this what you've done?