Wednesday, April 11, 2012

Re: [android-developers] Problem with RemoteViews

On Wed, Apr 11, 2012 at 12:41 PM, Giuseppe <porcelli.giuseppe@gmail.com> wrote:
mChronometerBase = SystemClock.elapsedRealtime();
n.contentView.setChronometer(R.id.chrononotify, chronometer.getBase(), " Time: (%s)", false);
nm.notify(myID, n);

Why are you using chronometer.getBase()? I'd assume that would return the original start time.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment