I've got 2 .plst files, one of 5.2MB, the other bit smaller to embed into my Android App.
App is port from iOS, so in files I have images for iPad retina, and iPhone retina. Files are with multiple Base64 images.
Reading a bit, I've came to conclusion that having images that are static on the device in Base64 file is no advantage at all.
Can anyone help and explain why would I keep images in .xml file, instead saving them as .png, name them and add to drawables? is there any benefit?
I won't be sending this images anywhere, upload them, use the network.. they will reside on device all the time.
Tnx.