android:load svg file from web and show it on image view
问题 I want to load a svg file from the web and show this file in an ImageView. For non vector images I use the Picasso library. Is it possible to use this library for svg files as well? Is there any way to load svg files from the web and show it in an ImageView? I use the svg-android library to show svg files but i don\'t know how to get svg images from the web all the examples for this library use local files. 回答1: Please refer to Having issue on Real Device using vector image in android. SVG