views:

22

answers:

1
+1  A: 

You can't access them directly. You either inherit them from the same class, and use the parent's class methods to communicate between them, but I am recommending to use a broadcast from the sender and a broadcastreceiver on the receiver activity. You can use putExtra to transfer details with the intent.

Pentium10