whitech wrote: > Thank you very much~ > But there's something hard to do: when my animation runs serveral > times, but the "function()" is different in every cases, and it's hard > to mark the state. > I think if I can block the other thread but the thread where the > animation is running is the best way. Can I do it?
Blocking the UI thread will cause Android to force-close your activity after several seconds, and will confuse and irritate your users up until that point when they can't figure out why the application is not responding to them. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

