circularprogressbar

  1. M

    Android Question round circular progress bar

    Hi, I use this class to show circular progress bar in my project. circular progress bar Now I’m a question: How to round start and end progress like this picture?
  2. M

    Android Question .GetView(n) not work with customviews (CircularProgressBar)

    Hi everyone, i've a customlistview, with custom elements. In each element there is a CircularProgressBar, i want to incremente the value of a circularprogressbar in one element. The code to do it: Public Sub AggiornaProgress(Data() As Object) '0 = Progress Value '1 = Uploaded Files...
Top