Xamarin custom activity indicator

时间:2018-02-26 17:54:18

标签: xamarin.forms activity-indicator

Im trying to use a custom Activity indicator for xamarin forms. I supose this shouldnt be that hard to do or find but for w/e reason I dont find any way to add a gif and use it as an activity indicator.

2 个答案:

答案 0 :(得分:0)

您不能按原样在Xamarin中使用gif,因此必须使用WebView来实现。有关完整示例,请参见此仓库:https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator

更简单,只是意识到FFImageLoading支持gifs: https://github.com/luberda-molinet/FFImageLoading

但是我的2美分-建议使用Lottie动画。 available online有很多,您甚至可以在下载前自定义它们(在基本级别上,例如更改颜色)。 Adding to your project很简单,动画柔滑流畅。

希望这会有所帮助。

答案 1 :(得分:0)

我也认为Lottie是最好的选择,但是也值得对Xamanimation进行研究。尽管我认为Lottie是这种情况下的最佳选择,但他与Lottie的合作非常容易,并且更具可定制性。

https://www.nuget.org/packages/Xamanimation/