Search code examples
javaandroidandroid-layoutactionbarsherlockslidingmenu

I want to implement Sliding Menu using ActionBarSherlock?


Is any code or article available then please give me solutions.

I want to implement on this link: https://github.com/jfeinstein10/SlidingMenu

but i am getting error.

So any one knows this solution, then please help me.


Solution

  • Taken from the link you gave.

    Setup with ActionBarSherlock

    • Checkout a clean copy of ActionBarSherlock and import into your Eclipse workspace.
    • Add ActionBarSherlock as a dependency to SlidingMenu.
    • Go into the SlidingActivities that you plan on using make them extend Sherlock__Activity instead of __Activity.

    I've implemented it myself, and you just have to go into the library project and change their extend class.