• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Please help with Handler class to update UI

QueryMan

Lurker
Hi Everyone, I am hoping you can help me:

I need to update my ui for an android app and I'm trying to use the Handler class to do it, using Updating the UI from a Timer | Android Developers and Common Tasks and How to Do Them in Android | Android Developers as guides.

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.

public class Activity1 extends Activity {

[
 
Back
Top Bottom