Saturday, July 30, 2011

[android-developers] Multiple Intents

Hi All,

If I got multiple intents, how do I use:

@Override
protected void onActivityResult(int requestCode, int
resultCode,
Intent data) {
.........
}

I have multiple intents upon different button clicks in my
application, and for one of the intent, I need to use
onActivityResult. If I just place it at the bottom, it is not
executing.

How to differentiate between he different intents?

Thanks In Advance,
Perumal

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment