On Sun, Jan 23, 2011 at 3:55 PM, Dianne Hackborn <hack...@android.com> wrote:
> There actually isn't a special state for orientation changes.  We just
> specify that the implementation will do the destruction of the old activity
> and construction of the new activity during processing of a single message,
> so no other messages can be dispatched while it is doing this.

Ah.

> That is, there is no concept of "message dispatching turned off."  If there
> is a message available to be dispatched, it will be.  It's just that the
> next message can't be dispatched until you return from the previous on.

More ah.

Many thanks!

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

_Android Programming Tutorials_ Version 3.1 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