[android-developers] Re: problem with TabHost

2009-10-29 Thread Kevin Bailey
On Wed, Oct 28, 2009 at 06:40:24PM -0700, tatman wrote: ?xml version=1.0 encoding=utf-8? TabHost xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/tabhost Don't know if it will help but my main.xml file says: android:id=@android:id/tabhost

[android-developers] ListActivity in Tab crashes

2009-10-26 Thread Kevin Bailey
I'm trying to create an application that has 3 tabs. Under the middle tab should be a ListView. It starts up fine (on the left tab) but when I click the middle tab it crashes. The other two tabs are static data specified in the main.xml file. But the middle tab, I try to create dynamically.