Question

I'm trying to use Jeremy Feinstein's SlidingMenu in my application. Issue is I'm not using ActionBarSherlock and don't want to use it. I'm using Android's default ActionBar and quite happy with it. Now where to find the SlidingMenu implementation which is not dependent on ABS? I also don't have time to completely implement it on my own like the one used in Prixing app. Any Help, anybody?

EDIT: I'm already using NavigationDrawer but want to animate ActionBar+MainContent with drawer animation like SlidingMenu does.

Was it helpful?

Solution

You don't need to implement Action Bar Sherlock For J. Feinstein's Sliding menu. Grab the code which is being used with ABS, the same code (you can remove ABS code from it if you're not using ABS) will work for native action bar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top