I have been following this tutorial for setting up tabs in your application. http://developer.android.com/resources/tutorials/views/hello-tabwidget.html
In this tutorial it shows you how to set up tabs that display a dynamically created textview that is created in each activity’s onCreate() method in java. There is only one xml layout in this example.
How do you set up tabs to navigate to different xml layouts? Do you need to have identical and in each xml file, and different layouts within the ?
Any help is appreciated.
Since each tab is holding activity, that activity can have its own XML layout.