performSelectorOnMainThread equivalent in Java for Android

Posted by Daniel A. White on Stack Overflow See other posts from Stack Overflow or by Daniel A. White
Published on 2010-05-17T18:55:33Z Indexed on 2010/05/17 19:01 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

I have an iPhone application and I am porting it over to Android.

I have a service/controller that spawns new threads to perform some network tasks.

I use performSelectorOnMainThread in my iPhone app. How can I have my Java app do the same or similar thing?

© Stack Overflow or respective owner

Related posts about thread

Related posts about multithreading