jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.08k stars 5.05k forks source link

How to use Sliding Menu with an Activity that isn't FragmentActivity? #725

Open 12520054 opened 9 years ago

12520054 commented 9 years ago

Hi there, I don't know how to use sliding menu with my activity. It isn't Fragmentactivity

milos85vasic commented 8 years ago

Obviously, it is working with ordinary activities (Activity class) and fragment activities as well (FragmentActivity).

Cheers! ps. Can you be more specific about the problem since this seems to work.