Create Android Progress Bar
Introduction
The progress bar uses a visual indicator when we use any operation that times in order to check the process of percentage completed.
Let’s start,
Step 1 : Open Visual Studio->New Project->Templates->Visual C#->Android->, then select Blank App (Android). Then give Project Name and Project Location.
Step 2 – Next open Solution Explorer->Project Name->Resources->layout->Main.axml and click Open Design View.
Step 3 : Go to Tool Bar then select Progress Bar(Horizontal) Drag and Drop the Main.axml design view. Next open Main.axml, go to xml code view. Then add to be within the Progress Bar section in android:indeterminate=”true”.
Step 4 – Press F5 or Build and Run the Application.
Download Source here
Finally, we have successfully created Xamarin Android Progress Bar Application.
Anbu Mani(Microsoft MVP) is working Software Engineer in Changepond Technologies, Chennai, Tamilnadu, India. Having 4+ years of experience and his area of interest is C#, ASP.NET, SQL Server, Xamarin and Xamarin Forms,Azure…etc