Reputation: 17422
I have to make circular Progressbar
in Xamarin forms with the text in center and it should support both android and iOS
platforms.
It would be nice if someone point me any plugin for that or control. Thank you
Upvotes: 0
Views: 1309
Reputation: 629
You can use Syncfusion Xamarin.Forms Progress Bar (they have many more design options in the link).
They have a free community license for all of their controls (so long as you make under $1 million annual revenue) you can sign up for:
https://www.syncfusion.com/downloads/communitylicense
And here is an example of a similar example of the implementation you are wanting to do that should get you started:
https://help.syncfusion.com/xamarin/progressbar/customcontent
Upvotes: 1