>On Tue, Nov 24, 2009 at 9:51 AM, Jason Proctor 
><<mailto:jason.android.li...@gmail.com>jason.android.li...@gmail.com> 
>wrote:
>
>  >d) AsynchTask
>  at least for my application-level stuff, i've so far not found
>anything that can't be done pretty elegantly with AsyncTask.
>
>
>If you need to have multiple things happening at the same time -- 
>such as some operation that can take a long time to complete, and 
>some other operations that are shorter and you don't want to have 
>blocked by the longer one -- then you will want to make your own 
>thread(s).  (At least until AsyncTask gets a little more 
>sophisticated.)

indeed -- fortunately my (current) requirements are pretty simple in 
that respect.


-- 
jason.vp.engineering.particle

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to