Android 2.1 NullPointerException with TabWidgets
- by ninjasense
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 displays a loading dialog while it loads all the tabs. Here is the code for the TabActivity:
public class OppTabsView extends TabActivity {
Dialog dialog;
String errorText;
boolean…