Fred,

If you need a timed UI update, create a Runnable with code inside of run(), instantiate a Handler as a member variable of your Activity, and call post(), postDelayed(), or postAtTime() on the Handler object, passing the runnable as a parameter value.

http://developer.android.com/reference/android/os/Handler.html

-- Kostya

02.11.2010 8:18, TreKing ?????:
On Sat, Oct 30, 2010 at 1:49 PM, QueryMan <[email protected] <mailto:[email protected]>> wrote:

    Basically, I need something between the two - a timed update of the
    user interface, but without a button. So here is the relevent code
    that I am working on. All help is greatly appreciated.


This doesn't really explain what problem you're having or what you're trying to solve.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/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 [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


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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