On Sep 18, 11:11 am, Mark Murphy <mmur...@commonsware.com> wrote:
> jotobjects wrote:
> > If that is not possible, would it be possible to at least call
> > startActivity() when the tab is pressed?
>
> Sure, but that will start the activity, which will then use the screen.
> It will not put that activity in a tab, and it will result in a rather
> strange user experience.
>
If the tab navigates to another activity with a new window that might
not be too strange.
In any case, starting another Activity is not one of the built-in
content choices for TabActivity tabs (either views or intents). It
would take some kind of trick to call startActivity() when the tab is
clicked. Something like starting an internal Activity that just starts
the external Activity? I'm not suggesting that's a good idea :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---