facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 699 forks source link

Stop shimmer is not working Facebook shimmer #121

Open pavanibuchupalli1993 opened 2 years ago

pavanibuchupalli1993 commented 2 years ago

implementation 'com.facebook.shimmer:shimmer:0.1.0@aar'//using aar implementation 'com.facebook.shimmer:shimmer:0.1.0' //using jar startshimmeranimation(), stopShimmerAnimation()

New Version Details

implementation 'com.facebook.shimmer:shimmer:0.5.0@aar' implementation 'com.facebook.shimmer:shimmer:0.5.0' startShimmer() stopShimmer()

Note:latest version startshimmeranimation/stopshimmeranimation not there, please help me get out this issue.

Thanks......

mudi256 commented 2 years ago

runOnUiThread(new Runnable() { @Override public void run() { shimmer.stopShimmer(); shimmer.hideShimmer(); } });