Android Development wrote:
> Should we be using thread priorities to control application behavior ? I
> dont think its a good practice.

*shrug*

It is certainly better if you let Android do it or can avoid it outright.

For example, AsyncTask sets a different thread priority for its
background work. Since that is part of Android, the core Android team
should feel comfortable with the implementation and should be making
sure it continues working in future releases.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~---------~--~----~------------~-------~--~----~
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