views:

1110

answers:

1

Hi there, I've been trying to implement the tab UI described in this tutorial: http://developer.android.com/intl/de/resources/tutorials/views/hello-tabwidget.html

I follow all the steps described in the process but I keep getting a runtime exception which I believe has something to do with the fact that nowhere in the tutorial I added the extra activities (songs, artists and albums) related to the content of each tab into the android manifest file.

Am I correct? is this tutorial (like many others) faulty or incomplete?

Best regards

Nelson

+2  A: 

Well thanks for the advice, but I didn't really had to use LogCat. The tutorial is indeed faulty and incomplete, the corrections are very well explained in this related post.

http://stackoverflow.com/questions/2209406/issues-with-android-tabhost-example

I'm just amazed by the amount of mistakes in these tutorials, and by the fact that nobody has fixed them yet.

Nelson

Bilthon