In general vector drawables are compiled, and accessed with their ids in execution time.
My project consist of pulling out images from a server. For now, i'm doing it for png files, but i would try it with vectors ".xml".
I'm able to download those, but i can't parse them in drawable type to show them in views.
How can i do this with a bunch of bytes representing the vectors resources and parsing them to drawables ?
It would be a huge thing for my app since it will be much much lighter, and good for those pixelized pictures.