i'm fine with the single running instance model. not so much the totally unreusable model, which is the one followed by AsyncTask.
java.util.Timer is the same way, but that's no excuse for imitation ;-) > there is a difference in "can be used only once" and "single >running instance is allowed" > >The correct is only single running instance is allowed. Once can get >the status through getStatus and can take action accordingly e.g. >cancel > > >if (YourasynchSubClass.getStatus() == AsyncTask.Status.RUNNING) > YourasynchSubClass.cancel(true); > >YourasynchSubClass.execute(parms); > > -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

