Is there a way to have the android.widget.AnalogClock display a preset time?
I don’t want to create a custom AnalogClock, I just want the regular one to display a time to my liking.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sorry, the
AnalogClockwidget only displays the system time. You might be able to subclass it to have it pull another time, or you can always try cloning the code out of the open source project to create one that accepts a time.