I am having a TabActivity class which is hosting three tabs Tab1 Tab2 and Tab3
I want to start an activity from tab2 which delivers result to tab1.
All the tabs are hosted in a class MyTabActivity.java
Plz help guyz
I am having a TabActivity class which is hosting three tabs Tab1 Tab2 and
Share
Got a solution for the issue.
It is difficult to start an intent for result when a particular tab is pressed as the result can not be recieved.
The simple solution for this is to use public static variables to get data from one class to another.