Andriond send event from first activity and receive on the second.
Posted
by jitm
on Stack Overflow
See other posts from Stack Overflow
or by jitm
Published on 2010-04-29T12:23:35Z
Indexed on
2010/04/29
12:27 UTC
Read the original article
Hit count: 232
Hello,
I have two activities. The first activity display list of the users with short info. And after select some user I go to the second activity for display full info about this user. For send event I used startActivityForResult();
for receive event in socond activity and added public void onActivityResult(int requestCode, int resultCode, Intent data)
. After start project I send intend from first activity and I do not receive in the second :(. How I can receive sent event in second activity?
Thank you...
© Stack Overflow or respective owner