Sounds like you will have two Activity classes. Then you will call startActivity to start the second one. And, you will pass the output of the first one as an "extra" to the second activity.
On Thursday, September 13, 2012 4:00:35 PM UTC-5, addy12 wrote: > > Hi Experts, > > I have developed two Android apps. I need to combine both the > apps into a single Apk file in such a way that the output of the first app > should be given as the input to the second app. Any pointers on how to > achieve this?? > > Regards, > Addy > -- 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

