LoadingButtonAndroid
LoadingButtonAndroid copied to clipboard
A button to substitute the ProgressDialog
bintray is shut down and not working anymore. so the library is not usable right now. I replaced bintray with jitpack.
Thanks for a great component! I am getting a memory leak when I navigate away from a fragment that contains the Loading Button. I added a manual call to .dispose()...
Hi, CircularProgressButtonView will create memory leak in case when Activity has multiple fragments and one of Fragments implements CircularProgressButtonView. Memory leak will happen because LifecycleObserver is connected to Activity but...
Button corner radius changes when the animation is reverted.
followed the medium setup but am not getting anything right why were you extending the button class? plus you left me hanging with the unclear naming like mState,mGradient . infact...
AttributeSet should be made nullable, as all views have nullable AttributeSet for programmatic use. `AppCompatButton` and `AppCompatImageButton` allow for nullable `AttributeSet` and `ProgressButton.init` allows for nullable `AttributeSet` as well. The...
this amazing lib but please support rtl cause not support it make issuse while loading animation in rtl loading
After calling startAnimation() with no parameters the animation doesn't start. The version I am using is 2.2.0 This is my code ``` ``` This is how I am testing it...
startAnimation() method works perfectly fine with findViewById() but when I use it with viewBinding (for example someFragmentBinding.someCircularProgressButton.startAnimation() ) it gets compile time error with below error: error: no value passed...
the same issue here : https://github.com/leandroBorgesFerreira/LoadingButtonAndroid/issues/119 is happening on version 2.1.4, not fixed yet ... these are the logs : Caused by: kotlin.UninitializedPropertyAccessException: lateinit property initialState has not been initialized...