I use an ProgressBar in xml Android bus is very slow. Optimal is 60fps. Is it possible to change the frame rate or to add custom progress circle with more fps?
<ProgressBar
android:id="@+id/progressBar1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="17dp"
android:layout_gravity="center" />
You can modify the duration with:
android:indeterminateDuration=<duration in ms>
http://developer.android.com/reference/android/widget/ProgressBar.html#indeterminateDuration
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With