Questions tagged [slidingmenu]

The Sliding Menu is a design pattern made popular by the Google+, YouTube, and Facebook apps.

The Sliding Menu is a design pattern made popular by the Google+, YouTube, and Facebook app. The Sliding Menu is commonly used in Android and iOS apps.

Android:

594 questions
5
votes
1 answer

sliding menu in android stucks while open and close

I am using nice library by jfeinstein10 But while opening and closing menu it got stucked first time after than it works perfact. And I am not refresh fragment if same menu is selected from menu only close menu list using…
kiran boghra
  • 3,662
  • 2
  • 18
  • 23
5
votes
1 answer

Advance Sliding Menu in android

Hello Friends i want to implement sliding Menu i like IOS 7 in android below is the URL how is one implemented in IOS. https://raw2.github.com/romaonthego/RESideMenu/master/Demo.gif for view full animation please visit above URL. i want to…
varun
  • 768
  • 7
  • 19
5
votes
0 answers

Coexisting navigation drawer and sliding pane layout

I would like to use the navigation drawer on the left for top level navigation and the sliding pane layout on the right for the detail/main content browsing like in a classic 2 pane layout (multi pane). Would you say this is a good idea in terms of…
AdrianoCelentano
  • 2,461
  • 3
  • 31
  • 42
5
votes
2 answers

SlidingMenu: disable the swipe gesture

I am using SlidingMenu together with a MapView and would like to disable swipe gesture used to open the menu whenever user has the map fragment as the content fragment. How can I do it?
syntagma
  • 23,346
  • 16
  • 78
  • 134
5
votes
3 answers

Android: Sliding Menu Slide only content

I'm using Sliding Menu with ActionBarSherlock in my application. The actionbar and sliding menu works fine, but i want the sliding menu to slide only the content and not the actionbar like the latest version of youtube application. Is this possible…
Lalith Mohan
  • 3,836
  • 5
  • 21
  • 36
5
votes
1 answer

what is crittercism_v3_0_3_sdkonly used in jfeinstein10/SlidingMenu?

what is crittercism_v3_0_3_sdkonly used in jfeinstein10/SlidingMenu? why is this library need for this https://github.com/jfeinstein10/SlidingMenu/tree/all-sides/example project?
Amon Olimov
  • 657
  • 1
  • 8
  • 18
4
votes
1 answer

SlidingMenu and Samsung open in pop-up view (The specified child already has a parent. Exception)

I have a problem with Samsung's 'Open in pop-up view' option. My app uses jfeinstein10/SlidingMenu lib (not updated in 4 years) and the problem described below affects only the activty that uses it. SlidingMenu messes with android's DecorView and…
Jerzy Kiler
  • 2,795
  • 4
  • 18
  • 12
4
votes
2 answers

Android Sliding Menu Hangs UI

Sliding Menu in my app blocks UI after opening it, SlidingMenu.SLIDING_WINDOW only in Android Lollipop this issues…
4
votes
1 answer

Problems with SlidingMenu integration

I have been trying to use the SlidingMenu library in my Android Studio project following the guide provided in this question: How to import slidingmenu on Android Studio? I've been able to obtain the described file structure and sync&build the…
Percolator
  • 513
  • 5
  • 25
4
votes
1 answer

How do I disable sliding tabs when in contextual action bar, by making the tabs not clickable/swipeable?

I have a toolbar, to which I have attached a sliding tab layout, using these two classes: SlidingTabLayout, SlidingTabStrip. When I long press an item, the contextual action bar appears and overlays the toolbar, using
HaloMediaz
  • 1,251
  • 2
  • 13
  • 31
4
votes
0 answers

SlidingTabsBasic for having slidingmenu, tabs, gridview

I want to use http://developer.android.com/samples/SlidingTabsBasic/project.html to my project. but it has a lot of errors that i cannot use it. have anybody the complete source code?
user3876897
  • 289
  • 1
  • 6
4
votes
1 answer

How to create resideMenu on Android?

I want to create an application with resideMenu like this. How to do it? Or is there any useful library that can help to realize it? Thanks!
Daryn
  • 770
  • 9
  • 19
4
votes
1 answer

Sub menu for sliding menu in android

I have a sliding menu app like Facebook user interface. I want to create a submenu as shown in the picture below. How can we create a submenu like this? Please anyone help me for this. Thanks in advance.
athulya k
  • 145
  • 2
  • 10
4
votes
2 answers

Android: SlidingMenu and ActionBarActivity

I'm using the com.jeremyfeinstein.slidingmenu.lib.SlidingMenu library to create sliding menus, and am using the android.support.v7.app.ActionBarActivity library for the action bar. In my activity, I am extending ActionBarActivity. I am able to get a…
Lee Torres
  • 561
  • 1
  • 5
  • 19
4
votes
0 answers

jfeinstein10 SlidingMenu And WebView Control

I have a problem when jfeinstein10 and webview(Base control into activity) when want to close menu webview show a (like shadow): screen shots:
Arash Jahani
  • 192
  • 6
1 2
3
39 40