developerJohn Posted September 24, 2012 Share Posted September 24, 2012 Hi guys, I am a new developer to the Android World, but I have experience working with the iPhone platform. So my scenario is, that I need to set a activity as a "delegate" for another activity. My second activity needs to inform the first activity, that is has some information. Once the first activity is notified, the second activity should close. I know there are interfaces that I can use for this purpose, but how do I connect the second activity to the first? I appreciate any help I can get. Quote Link to comment Share on other sites More sharing options...
developerJohn Posted October 3, 2012 Author Share Posted October 3, 2012 Thanks to everyone who viewed this thread and chipped in. I found the solution. I have to use startActivityForResult(). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.