Android - Switching Activities with a Tab Layout
- by Bill Osuch
This post is based on the Tab Layout tutorial on the Android developers site, with some modifications. I wanted to get rid of the icons (they take up too much screen real estate), and modify the fonts on the tabs.
First, create a new Android project, with an Activity called TabWidget. Then, create two additional Activities called TabOne and…