> My application needs to load and process some data at the startup
> which delays the displaying of the GUI quite a bit. I addressed that
> problem by starting a new thread to load and process the data. It
> solves the problem nicely, but is there a better way to do
> asynchronous processing in Android applications that I missed?
> 

No that's the right way. You could use a Handler [1]. Look at an example 
here [2].

Regards,

Cyril

[1] http://code.google.com/android/reference/android/os/Handler.html
[2] http://code.google.com/android/kb/commontasks.html#threading

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