标签: android
我有一个数据库表,其中将矢量xml保存为字符串。我想以编程方式渲染并显示在ImageView上。
在Android中可以吗?我可以尝试以下类似方法吗?
VectorDrawable vd = new VectorDrawable(); //Load vector from String ? imageView.setImageDrawable(vd);