HTC Hero phone is able to display Analog Clock with Seconds Hand. Is
it done thro flash player or by changing Android Source code?

On Jun 29, 10:56 am, Jeff Sharkey <[email protected]> wrote:
> Implementing a clock widget with seconds as an AppWidget would be
> /extremely/ inefficient.  The update code would be creating a new
> RemoteViews object, and marshaling it across two IPC boundaries every
> second.
>
> The best way to write something like this would be to integrate it
> directly into a custom home screen, so you could bypass the IPC costs
> and only invalidate when the home activity is actively being shown.
>
> j
>
> On Fri, Jun 26, 2009 at 3:46 AM, Ravi<[email protected]> wrote:
>
> > ACTION_TIME_TICK occurs every minute. I need an action which will
> > occur every second because I'm trying to display the 'Seconds' needle
> > in AppWidget.
>
> > Do help me even if it means modifying the framework source code.
>
> > ACTION_TIME doesn't occurs & it's docs are not clear.
>
> --
> Jeff Sharkey
> [email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to