Application is not the right word. You can put an Activity inside a
Tab. But again, I am not sure if you can put an Activity from another
application in the Tab. You have to check it out for yourself.

Thanks and Regards,
Kumar Bibek

On Apr 22, 5:24 pm, Ganz <[email protected]> wrote:
> I wish to know if any way to start another application inside my
> landing application.
>
> I have created a two application. My Landing Application has the
> tabview. And in the second shows toast message.
> Is there any way to load another application in a each tab?
>
> I can start a another application using below code
> Intent intent = new Intent();
> intent.setComponent(new ComponentName("com.labtest2",
> "com.labtest2.MainActivity"));
> startActivity(intent);
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to