u need differentiate them with messages and handle them and which u
want onActivity apply it in a thread and use that thread in oncreate
okay

On Jul 30, 2:12 pm, perumal316 <[email protected]> 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 [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

Reply via email to