On Fri, Sep 23, 2011 at 1:38 PM, John Goche <johngoch...@googlemail.com>wrote:

> 1. if I don't pass an intent to setResult(), ie. use the one-parameter
> version of setResult(), then will the null Intent be passed back to
> my onActivityResult callback function?
>
> 2. Can I pass activity B's intent back to activity A by a call to setResult
> and a call to finish() or do I have to create a new Intent in activity B to
> pass back to activity A in my setResult?
>

This is the kind of stuff you learn by just trying it and seeing what
happens =)

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

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