Using intent.getStringExtra from within an activity

Posted by Lakshmie on Stack Overflow See other posts from Stack Overflow or by Lakshmie
Published on 2010-05-27T18:18:46Z Indexed on 2010/05/27 18:21 UTC
Read the original article Hit count: 247

I am relatively new to android. I have two applications A and B. I have an activity in A, lets name it x, that would launch the application B. Now the intent sent by x contains StringExtra that I want the Starting activity in B to use. Is there a way for the activity in B to do that?

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about activity