[android-developers] Re: Async Task
> i want to use Async task please help me Async task Simultaneous handle
> multiple process or One activity is able to execute more than one
> async task or one Activity have only one async task
AsyncTask is a thread with a wrapper around it. It was designed and
it's very handy for finite jobs. One activity can start multiple
AsyncTasks just the way it can start multiple threads.
Follow the suggestions of Nikola on how to update your GUI within an
AsyncTask. If you miss that your application will consistently crash.
----------
Ali Chousein
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com/
--
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 this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home