I'm a begginer Android developer, and I've tried to compile the Tab
Layout Sample, and I've find some issues that I will comment now.

- in step 4 you have to change  "android;padding="5dp" />" for
android:padding="5dp" />
- you have to introduce three new activities (ArtistActivity,
SnagsActivity, AlbumsActivity) to the Manifest.xml
-in steps 6, you have to change mTabHost for TabHost.
- Finally in my case I have to put tabHost.setCurrentTab(1); on the
last line of TabActivity Class because the function getIntent() give
me some error.

if anyone has any solution is welcome

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to