I am using Visual Studio 2017 to create a Xamarin Forms application that supports Android and iOS. I am new to Xamarin.
I would like to use scalable images on both platforms. I am starting with the Android side, and I want to use the newer VectorDrawable format.
Is it possible to use the native VectorDrawable support (with backward compatibility provided by the AppCompat library) in a Xamarin Forms app?
I have seen solutions that use svg images, and other rendering libraries, but I would like to know if I am missing something regarding Xamarin Forms before I go down an alternate road.