materialish-progress
materialish-progress copied to clipboard
A material style progress wheel compatible with 2.3
Default values are in pixels, such as circleRadius and barWidth as defined at 28 and 4 respectively. This is confirmed by setCircleRadius (https://github.com/pnikosis/materialish-progress/blob/master/library/src/main/java/com/pnikosis/materialishprogress/ProgressWheel.java#L568) saying, "@param circleRadius the expected radius, in...
Use case: countdown. - Not spinning - LinearProgress = true - The progress value is updatedUsing setProgress, and its value goes from 1f to 0f A smooth transition is expected,...
Image libraries such as Glide and Ion, let you set a drawable as a placeholder to occupy the image view until the image is downloaded. How can I go about...