Create drawable resources from base64 data before compilation
I have an xml with base64-encoded images that I want to put as resources before compilation so that the creation开发者_如何学运维 of the drawables doesn't have to be done every time the app is run.
Anyone know if it's possible?
Well, this is not possible. You can't create resources at runtime :/
精彩评论