How to use Sliding Menu with ActionBar Sherlock?

aman.nepid picture aman.nepid · Aug 22, 2012 · Viewed 21.2k times · Source

I am trying to use a sliding menu in my existing project where action bar Sherlock is used. But I am unable to do that. If you can give me a simple demo or tutorial to show me how to do so, that would be great? Do we have to use the fragments for the sliding menu?

Update:

How do I change the Activity when the user clicks on an item of the Sliding Menu list?

Is there a demo? please help.

Answer

sonida picture sonida · Jan 2, 2013

Edit library SliderMenu to extents SherlockActivity

public class SlidingActivity extends SherlockActivity implements SlidingActivityBase {