Vector graphics in Android

后端 未结 6 1883
遇见更好的自我
遇见更好的自我 2021-01-30 21:56

I\'m working on an application that displays someone else\'s database of images. The images they have are all vector graphics and can be converted to any format, however keepin

6条回答
  •  囚心锁ツ
    2021-01-30 22:27

    Look at the BetterVectorDrawable lib together with the SVG to VectorDrawable Converter.

    BetterVectorDrawable is the VectorDrawable implementation for Android 4.0+ with configurable fall-back behavior on Android 5.0+.

    SVG to VectorDrawable Converter is the batch converter of SVG images to Android VectorDrawable XML resource files. Online version is here.

    Links point to readmes, which provide enough information on how to use the lib and the converter.

提交回复
热议问题