I have a AsyncTask that runs and does its job and completes. onPostExecute does what its supposed to do and all is good. BUT the task is still running on the debug window in Eclipse. Every time I run the task I get a new one. So its not re-using the task I guess.
Has anyone seen this before?
I wrote this test app to try the asynctask. it runs 5 background tasks, and then must reuse them. I would just like to know that this is OK as I have not been able to find any reference to this concern. I would like to know why 5 tasks? Do they release memory and whatever else they are taking? I would have put this in a comment but didnt seem to allow code snips
and the XML