I have 3 classes in my example: Class A, the main activity.Class A calls a startActivityForResult: Intent intent = new Intent(this, ClassB.class);
I have a TabActivity with three tabs defined. The first tab is light-weight and renders in acceptable time. But the 2nd and 3rd tab, does need a couple of seconds to get visually r开发者_开发知识库end
I\'ve tried the Tab Layout example, and I\'ve also fixed the few typos in the example (and added all the activities to the manifest).However, when I run it on the emulator I get a NullPointerException
I am having an issue with using TabHost in a new Intent of type TabActivity which I hope you can point me in the right direction. Funnily it works fine when I try to view it in the original Intent : s