I learned the hard way that in android dialogs are modal in the
interface but completely asynchronous in program workflow.
I think that this will be nice to be more clear in the documentation
because if not is easy to make confusion and expect dialogs to work as
usually (for example in Swing).

Also .get() in AsyncTask makes some confusion to me, I initially
expect to be a synchronous solution that doesn't block the EDT like
Foxtrot. But it doesn't work that say, does it?
Then my question is, what's the purpouse of .get(), someone can give
some good use of it?

A lot of thanks in advance,

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