Pascal Welsch
Pascal Welsch
@roughike ping
Yes. Look at the sample application. I use the [ValueAnimator](http://developer.android.com/reference/android/animation/ValueAnimator.html) to animate the progress bar. And the ValueAnimator supports `pause()` and `resume()`.
I'll look into it. Your solution works but it breaks the functionality in a `ScrollView`. But I'm sure to fix this soon.
No. Give me some code.
if you set the progress to > 1 it looks like an indeterminated progress bar. you could animate from 1 to 2, reset to 1 and restart the animation. It's...
Honestly, I'm not sure I can help you here. I wrote my last Android code two years ago and never worked with `androidx.activity`. Why exactly can't you add the listener...
One of the reasons, why this lib is at version `0.1.X` instead of `1.X` 😉 Right now, two Objects are created for each method call, one for the method call...
Next release will focus on performance
Part 1 of the performance improvements: #23
End of February I'll continue bringing this project forward