23  November
15

Sliding Menu

By Jeremy Feinstein

SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps. Feel free to use it all you want in your Android apps provided that you cite this project and include the license in your app.

15 comments on “Sliding Menu”

  1. Štěpán Víteček Reply

    I have a problem with the implementation of this library. Is there anyone who can help me with implementation process? I am beginning Android programmer, so sometimes I need help :-)

  2. francisco velazquez Reply

    I wanted to know if you could switch between activities using this sliding navigation, or if it was only used to switch between fragments?
    I am using the latest library, and looking at the ResponsiveUI Demo. I want to have the navigation links on the sliding menu to switch activities instead of fragments. Any idea on how to do that?
    My first thought is to attach click listeners to each item that will send an Intent for a new activity. Any help would be greatly appreciated.

    • Roman Hošek Reply

      Francisco, yes, you can, with right flags as no animation and overridingPending animation for starting Intent. But animation of closing menu is not so smooth. I think because of finishing last activity in background. Im using it only for test implementation to existing app, if you desing new one, you probably should use fragments for seamless solution.

  3. Alik Reply

    There’s a dependency in ActionBarSherlock in the example project but not in the library project. he Library project is the important part, so why make the example test project so complicated?

  4. Alik Reply

    There’s a dependency in ActionBarSherlock in the example project but not in the library project.
    The Library project is the important part, so why make the example test project so complicated?

  5. Mahesh Reply

    HI, am facing the problem while importing this project in eclipse for SlidingFragmentActivity

  6. Duanniston Reply

    Muito bom ! fácil de usar e lindo!

  7. Ashwin N Bhanushali Reply

    Your example project is very complicated please give simple example project.It’s very annoying ………….. Please change it.

  8. Sean Reply

    The AboveView is swallowing all events to the behind menu. Makes this pretty useless.

  9. Faysal Reply

    How to implement left_right sliding menu ? I have seen your sample project in which i am not able to solve my problem. I want two different sliding menu in left and right side with two different fragment. How to do that?

Leave a comment

Please wait...