custom-analog-clock-view
custom-analog-clock-view copied to clipboard
A customizable analog clock widget for Android
Hello! I tried modifying the code so that a sweeping second hand effect could be achieved, similar to expensive watches like Rolex have. I know that I should animate the...
how can I have multiple clock? one clock for my country and another one for some one else? I test this : ``` Calendar c = Calendar.getInstance(); c.setTimeZone(TimeZone.getTimeZone("GMT+03")); customAnalogClock.setTime(c); ```...
Hi ,is it possible to draw or paint period of time with any color like this [https://drive.google.com/file/d/0B4zUk_XOsz9Ma0Z0cHVFeHRXd0U/view?usp=sharing](url) kindly if you can please help me ASAP Thanks.
Thanks for this awesome widget! I am trying to change the hands' drawable resource after the widget is instantiated (using init()). I have created a blank resource file that I...