Android support the display of tabs within one application. For this you need a layout with a "TabHost" which contains everything, a "TabWidget" which contains the tabs buttons with text and icons and a "Framelayout" which contains the content. Unfortunately the ADT does not support the creatioin of such a layout via the D&D ... More
2011-05-29