How do I create a Thread Manager for an Android App ?

Posted by MrBuBBLs on Stack Overflow See other posts from Stack Overflow or by MrBuBBLs
Published on 2010-03-30T13:51:33Z Indexed on 2010/03/30 13:53 UTC
Read the original article Hit count: 273

Filed under:
|
|

Hi, I would like to know how to start and code a thread manager for my Android App. My app is going to fill a list with a network I/O and I have to manage threads for that.

I never done this before and I don't know where to start. I heard about Thread Pool and other stuff, but I'm quite confused. Could someone please help me make my way through ?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about multithreading