Calling tab activity in android from activity wihich is not in tab

Monica28

New member
Dec 6, 2012
4
0
0
Visit site
hello everyone,
i have problem here as i want to redirect from activity to tab activity ...
but i dont know how to redirect from normal activity to activity which is declared in tab
as the concepts says that we can call activity in tab only when calling activity is also declared in tab.

Thanks in andvance if any help
 

Shadowriver

Well-known member
Jan 5, 2012
697
9
0
Visit site
Odp: Calling tab activity in android from activity wihich is not in tab

Tab Activity? Do you mean Fragments? You can' t use fragments from ouside of your application, you can only call whole activities via intents.