I wrote a program in Android to set various kinds of images as a background image, but it does not work with svg files. I do not get any errors, it does not display the image, and I get a blank screen in the emulator when using svg files. Can anyone suggest how to read and display svg files in Android with some code? Or do I need to convert the xml code?
source
share