|In my android application, i have two tabs on all pages. one tab say for activity1 and second for activity2.
let suppose i am at one of my application page, and clicking on a button of this page, i need to call a third activity, which will be displayed on next page which contains two tabs also. my problem is how to set this third activity, if i set it with tab1, than on clicking on tab1, this third activity shows, means activity1 lost.
Please suggest me some solution for this, its urgent.