CircularStatusView
CircularStatusView copied to clipboard
A Simple View that draws portions of a Circle depending on a number , just like what WhatsApp has done for Status
When I implement this dependency I got this error:~ Duplicate class found Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.7.0-runtime (androidx.core:core:1.7.0) and support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) That's why I didn't use this feature.......
I am using this for my app, and loving it. However, I am planning to show status in both circular and rectangular fashion, and I really wish there was a...