- Sep 20, 2012
- 13
- 0
- 0
General question about the preferred approach to using the ActionBar with tabs for navigation. Is the "best" way to have a single Activity, with fragments for each view? If not, how can I use multiple Activities (one for each tab) and the ActionBar with tab navigation? Wouldn't that result in duplicate ActionBar code in each Activity?