Android 2.1 NullPointerException with TabWidgets

后端 未结 4 1518
猫巷女王i
猫巷女王i 2021-01-06 03:49

I have an issue I have not been able to figure out and it is only happening on devices running <2.1. It works fine on android 2.2. I have ansynchronous task that displa

4条回答
  •  迷失自我
    2021-01-06 04:03

    Had the same problem with tabs populated from AsyncTask on 1.6 and 2.1. Looks like earlier versions doesn't like TabHost without any tabs. To solve it, I do not use TabActivity and create TabHost with all its hierarchy manually in onPostExecute function of AsyncTask.

提交回复
热议问题