Shimmer-android icon indicating copy to clipboard operation
Shimmer-android copied to clipboard

(DEPRECATED) An Android TextView with a shimmering effect

Results 13 Shimmer-android issues
Sort by recently updated
recently updated
newest added

with error FATAL EXCEPTION: main Process: com.trifidresearch.trifidresearch, PID: 4843 java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.romainpiel.shimmer.ShimmerViewBase.isSetUp()' on a null object reference at com.romainpiel.shimmer.Shimmer.start(Shimmer.java:150) at com.trifidresearch.trifidresearch.Home$5.onResponse(Home.java:215) at com.trifidresearch.trifidresearch.Home$5.onResponse(Home.java:191) at com.android.volley.toolbox.StringRequest.deliverResponse(StringRequest.java:60)...

Does the Runnable inside Shimmer.java properly stop? It seems to be causing a memory leak for me.

its wonder full project that you have done, i'm using this project in my app but is there any option in set different font

Error:Execution failed for task ':app:processDevDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/local/Cellar/android-sdk/24.2/build-tools/22.0.1/aapt'' finished with non-zero exit value 1

Was wondering if the there is some way that i can get the shimmer effect with a drwable in the shimmer text view?

Even though fixed in the Github code, the 1.4.0 aar file that you download from maven.org still contains the ic_launcher.png files. To verify, please download the aar file directly, unzip...

The shimmer animation doesnt work on android 5.1+ ive tested on my moto g running 5.1 and nexus 5 running 6, it runs properly on ym samsung kitkat device

I want to reference the library in my project(https://github.com/snowdream/android-widgets).i get the error as follows. It seems that the minSdkVersion of my project is 8, but your minSdkVersion is 14. If...