SlidingMenu
SlidingMenu copied to clipboard
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. Thank...
Hi dear android guys, I have a problem which is showing white space when the sliding menu is moving from right to left like the below attached screenshot. Currently I...
SlidingActionBarActivity class created to extend from ActionBarActivity and allow to use the support library action bar features.
`onCreateOptionsMenu` method does not get called, even after invaliding the menu. `getSlidingMenu().setOnOpenedListener(new OnOpenedListener() { @Override public void onOpened() { supportInvalidateOptionsMenu(); Log.d("SLIDING DRAWER","OPENED"); } });` Called the above inside the `BaseActivity...
I have using the jfeinstein10/SlidingMenu (All-sides branch) (https://github.com/jfeinstein10/SlidingMenu/tree/all-sides/) **Everything going well, but i can still click my menu when i enter the activity where it even didn't open yet. I...
Hello and thank you for your wonderful API. I am using your SlidingMenu app for a left and right menu. Basicly when the left menu is opened, I would like...
Hello Im using setMenu method to set the view i want to use via resource id. The question is, is there some way to set an Activity instead of a...
I've added a switch to turn off HAL on Post-Honeycomb versions. Should help everyone who want to use this lib under Webviews.
See here: http://crashes.to/s/fc98d72b258 I have also other frequent crashes but I didn't know if it is reasonable to just catch them: http://crashes.to/s/fb4d70677fa http://crashes.to/s/f59060e3374 I would appreciate it very much if...
I use this library to implement slide menu in my app. It works that it push my activity content to left side. I want to Sliding Menu appear OVER my...