Use ShowCaseView with ActionBarCompat / ActionBarSherlock Android
I am using ShowcaseView library from here in my android application. I want use ShowcaseView with Actionbar Compat . But i am not getting how to use it? I have tried following code but it throws NullPointerexception . Please help me solve this issue. Thank you. Code : public class Activity1 extends ActionBarActivity implements OnShowcaseEventListener { ShowcaseView sv; ShowcaseView.ConfigOptions co; @Override protected void onCreate(Bundle savedInstanceState) { try { super.onCreate(savedInstanceState); setContentView(R.layout.screen1); co = new ShowcaseView.ConfigOptions(); co