Re: [android-developers] nested asynctask

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 4:49 PM, hectordu...@yahoo.com wrote: > i wonder if it is  possible to call an asynctask from another > asynctask ? Yes, if you are executing the new AsyncTask from onPostExecute() or onProgressUpdate(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://gith

[android-developers] nested asynctask

2011-09-27 Thread hectordu...@yahoo.com
hi guys, i wonder if it is possible to call an asynctask from another asynctask ? thanks for help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from