I\'ve tried the Tab Layout example, and I\'ve also fixed the few typos in the example (and added all the activities to the manifest). However, when I run it on the emulator
This is what worked for me:
I changed this line to use "artists" tabHost.setCurrentTabByTag("artists");
And then added a "." in front of TabAndroid(the main activity name) and added the three activities that Ngetha suggested.