How to set time to Android AnalogClock in app widget?
问题 How to set custom time to Android AnalogClock placed in app widget? As an alternative I was thinking to override default AnalogClock to set the time through codes. Or in other words, I would create my custom Clock which extends from default View or AnalogClock. Then put my custom Clock on widget layout UI. Is this possible? I'm afraid we are limited on RemoteViews to have our own custom Component. UPDATE: This is error log I have following the solution given by vArDo at first. 回答1: Intro It's