How to make a Circleprogress in Xamarin Android?

Asked

Viewed 35 times

0

I’m programming in Xamarin.Android and I need a progressbar (or something like) circular that really shows some progress, I tried to use the ProgressBar really, but it just shows progress horizontally, in circular mode it just keeps spinning, does anyone know how I can fix it? It can be from modifying the ProgressBar existing (I don’t know much about it yet because I’m a beginner) or indicate something else.

I tried to use Radialprogress, but I did not like the "theme" of it (very rounded the progress bar) and also (from what I saw) there is no way to change the color of the text that is inside it.

1 answer

1


I figured it out, I used the Xamarin Bindings for this, I did not know him very well, but he is very simple and objective. I took this library made in Java Android: https://github.com/lzyzsd/CircleProgress and transformed the .aar of hers in a .dll with the Xamarin Bindings (tried with a .jar previously, but it didn’t work because it only takes the classes, the .aar packages everything, including layouts and external things that the library depends on). More information here: https://developer.xamarin.com/guides/android/advanced_topics/binding-a-java-library/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.