Right - and this is not a blocking operation but rather an asynchronous callback to the onActivityResult right? For some reason the callback was not occurring but I think I found an issue in the spawned thread.
Thanks Kostya, I got it ... On Jun 30, 1:53 pm, Kostya Vasilyev <[email protected]> wrote: > Um, startActivityForResult? > > -- > Kostya Vasilyev > 30.06.2011 21:47 пользователь "kypriakos" <[email protected]> написал: > > > > > > > > > > > Hi all, > > > I have a process that creates and starts an Intent with the > > startActivity. I want the > > process to wait for continuous results returned from the activity > > while the activity > > is executing and a final result once it is finished. Would the > > PendingActivity API > > help me with this or is there anything else in the API I can use? > > > Thanks > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" 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-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

