basmilius / weather-icons

Free to use animated weather icons.
https://meteocons.com
MIT License
963 stars 127 forks source link

Animated Vector Drawable version of icons #25

Open DimiM99 opened 1 year ago

DimiM99 commented 1 year ago

Hi Bas, thanks for doing an amazing job on the high quality icons.

That being said, in android development, be that with the view system or jetpack compose, there is no way of using animated versions of icons, since any (gif/svg) image decoder or painter can use only static svg -> xml versions. The only way seems to be Animated Vector Drawables.

Can u add icon versions in this format?

Liebe Grüße from Frankfurt Dimi

basmilius commented 1 year ago

I am working on LottieFiles support and they have an Android plugin :) The dev branch contains the lottie animations. I did however not test this.

DimiM99 commented 1 year ago

Thanks, I'll try it out, do some research, and let you know how it works out.

basmilius commented 1 year ago

Looking forward to it! 😄

DimiM99 commented 1 year ago

Testing the Lottie on one of my personal projects, but getting a compilation error. Most likely I shot myself in the foot somewhere. Bur preview works!!