Send some different data in each of the intents. Then check that data. If it
is the data from the intent in question do whatever you have to.

Thanks

On Sat, Jul 30, 2011 at 2:42 PM, perumal316 <perumal...@gmail.com> wrote:

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




-- 
Raghav Sood
http://www.raghavsood.com/
http://wiki.androidappcheck.com/
http://www.telstop.tel/
https://market.android.com/developer?pub=Appaholics

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