I have 2 different applications on the same device. I want to open first application from second one. How would that happen? Basically, I want to pass some data from app1 to app2 by tapping on some button inside app1. Once tapped, app2 should be launched & based on the passed in data some action is taken inside app2.
How to achieve this feature.