1

Null pointer exception in TabhostcontentFactory

view story
linux-howto

http://stackoverflow.com – I am not able to execute the given code in emulator and it crashes giving the error as shown in the log below.Here is my activity import android.app.TabActivity; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.widget.TabHost; import android.widget.TabHost.TabContentFactory; import android.widget.TabHost.TabSpec; import android.widget.TextView; @SuppressWarnings("deprecation") public class Second extends TabActivity { private TabHost mTabHost; @Override protected void onCreate(Bundle savedInstan (HowTos)