WaveLoading
WaveLoading copied to clipboard
A wave-like loading drawable
In Api 29 The Library Doesnt Work Also Include Androidx Support Please😊
Here is my code ImageView image1 = findViewById(R.id.image1); //my battery image Drawable mWaveDrawable = new WaveDrawable(image1.getDrawable()); mWaveDrawable.setLevel(35); image1.setImageDrawable(mWaveDrawable); The water level of my image is 0  .I...
Hey, I am trying to use this library however whenever I set the amplitude to anything, the wave animation no longer works. It becomes a straight line. This is android...
How can i use this library, but setting all the configuration from xml... I.e: Something like this ``` ```
I am trying to add this library to my project . But when I add implementation 'com.race604.waveloading:library:1.1.1' to my build.gradle I can't sync project with this error . org.gradle.api.tasks.TaskExecutionException: Execution...
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
OOM is thrown if setLevel set to 1000. Please put some check for such big value and also put a documentation on max values for each property.