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