Can I include the animation from a SVG file into the Android splash screen? -
the other day looking around loading screens website, , bumped video - click here . started wondering weather svg files in android projects, , splash screens... can tell possible ?
svg support on android less. in api level 21 have added called animatedvectordrawable. bit complex use. involves converting svg file string. check out video on youtube. shows how use animatedvectordrawable.
https://www.youtube.com/watch?v=jofkph3qdmu&list=plonjj3bvjzw6ctambjz1xd8elus1kxatd&index=35
there library called mrvector. deprecated now.
Comments
Post a Comment