The Xamarin.Forms Busy Indicator control (or activity indicator) lets users know when their application is busy.
Busy Indicator includes 17 pre-built animations that can be shown within your applications.
Ball busy indicator.
Battery busy indicator.
Box busy indicator.
Double-circle busy indicator.
ECG busy indicator.
Gear busy indicator.
Globe busy indicator.
Horizontal pulsing-box busy indicator.
Print busy indicator.
Rectangle busy indicator.
Single-circle busy indicator.
Slice-circle busy indicator.
Movie-timer busy indicator.
Rolling-ball busy indicator.
Zooming-target busy indicator.
Material-style busy indicator.
The header text indicates the busy status of the control to the users.
Easily get started with the Xamarin.Forms Busy Indicator using a few simple lines of C# code example as demonstrated below. Also explore our Xamarin.Forms Busy Indicator Example that shows you how to render and configure the Busy Indicator for Xamarin.Forms.
<busyindicator:SfBusyIndicator x:Name="busyindicator"
AnimationType="Battery"
ViewBoxWidth = "150"
ViewBoxHeight="150"
TextColor="Maroon" />
SfBusyIndicator busyIndicator;
public MainPage()
{
InitializeComponent();
busyIndicator = new SfBusyIndicator()
{
AnimationType = AnimationTypes.Battery,
ViewBoxHeight = 150,
ViewBoxWidth = 150,
TextColor = Color.Maroon
};
this.Content = busyIndicator
}
The Syncfusion Xamarin Busy Indicator provides the following:
You can find our Xamarin Busy Indicator demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.