Suppose i have a class first.java(activity class) and i start another activity in this class (second.java - activity class). How can i access the instance of first.java from second.java ? Can someone give me a good explanation on this.. An example would be great... Suppose i have a class first.java(activity clas