AVLoadingIndicatorView
AVLoadingIndicatorView copied to clipboard
DEPRECATED
Sometimes It does not hide when moving to the next fragment. ``` if (email.isEmpty()) { showProgress(); // I defined this function using AVLoadingIndicatorView in BaseActivity auth.signInWithEmailAndPassword(email, password) .addOnCompleteListener(getActivity(), task ->...
About the default indicator, it should't be static. For some condition, 2 view would share one indicator, it would caused some strange issue
Please add ballRotateChase (29 ) animation like NVActivityIndicatorView for android Thanks in regards Fiverr.com/ArfiDeveloper
I added "Animation duration" feature so users can control the speed of the animation. This fixes #57 and #54. Download the sample apk from [here](https://www.NoFile.io/f/NJTP04rvKHk), open the app, click any...
Progress View getting hang while using in multiple fragment like tablayout. So please fix ASAP.
can i use this library in kotlin?
Is there any fork being maintained out there?
开启一个动画,内存暴涨30多M
Gradle 'AVLoadingIndicatorView-master' project refresh failed Error:Could not find property 'websiteUrl' on project ':library'.
how to change the width of indicator dynamically? if is it possible then how can do?