Hi,
I hope this is not a silly question, but is there a way to load a Activity from another app ?
I know you can open another Activity using the code: StartActivity(ActivityName)
But this is only (from what I know) if you are opening a activity from the same app.
Lets say App1 is my app and app2 someone else created, but I know the activity name they used in app2. Is there a way to put a button in app1 to open a activity in app2 ?
Anyone know how to do this, or even know if this is possible ?
I hope this is not a silly question, but is there a way to load a Activity from another app ?
I know you can open another Activity using the code: StartActivity(ActivityName)
But this is only (from what I know) if you are opening a activity from the same app.
Lets say App1 is my app and app2 someone else created, but I know the activity name they used in app2. Is there a way to put a button in app1 to open a activity in app2 ?
Anyone know how to do this, or even know if this is possible ?