Create a ThreadPoolExecutor instance with a small sized thread-pool (maybe only 1 thread in the pool, maybe 2). Don't worry about creating one or two more possible threads if you can't use AsyncTask. If threads are dormant/parked, they don't take up too much resources.
-- 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

