Android : background thread

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-05-21T04:58:48Z Indexed on 2010/05/21 5:00 UTC
Read the original article Hit count: 173

Filed under:

Team,

I need to run a background thread in my application. Could you please share the best practices where to initiate the thread so that keeps running irrespective of the Activity is being shown and things to consider. The purpose of this background thread is to fire transactions from the Simulator to the server and get the response back from the host.

thanks, Ramesh

© Stack Overflow or respective owner

Related posts about android