I have SVG icons coming from endpoint, and I need to convert them to VectorDrawable somehow at runtime. Surprisingly after some research I didn't find any working solutions. Is there any way yo do it?
I know in Android Studio there is a simple way to add SVG files as resources by using build-in converter. Which basically converts SVG to VectorDrawable. But I need to do conversion in runtime.