Hi there, At the moment I have an AsyncTask downloading bitmaps and display on a grid. The fact is I need an other instance of the Task with a different paramater to download different bitmap.
When I look the list of thread it appears that only one thread is launched and I dont have 2 async task but 1 which start downloading after the other. Am I missing something ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

