Hi,
I'm trying to start an activity, calling startActivityForResults(...)
from a method which doesn't belong to the parent(the one who start the
new one) activity,  and make sure this method doesn't return a result
before the child activity finish (providing the results). There is a
simple way to transform this activity into modal one? or I have to
rewrite the code puting all the views on a dialog? (I've tried with
thread syncronization using wait() and notify() but no success).
Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

Reply via email to