jotobjects wrote: > What I thought I was trying to accomplish was to get some other > activity to display in the frame under the tabs. Is there a way to do > that?
If it is your activity, you can put it in a tab. If it is an activity from another application, you cannot, nor can you integrate its UI into your UI in any other way. > 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. > What can you do with an Intent other than call startActivity()? You can broadcast it. You can find activities that support it via PackageManager. You can start services with it. And so on. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunities? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---