I'm trying to make a moving background animation like this one https://www.youtube.com/watch?v=eXwQjUwEa40 but in Xamarin Android C#. Any suggestions?
I'm trying to make a moving background animation like this one https://www.youtube.com/watch?v=eXwQjUwEa40 but in Xamarin Android C#. Any suggestions?
You can use an image with .gif format in Xamarin
<Image Source="XXX.gif" IsAnimationPlaying="True" Aspect="AspectFill"/>