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
0
votes
0 answers

Sliding Menu+Actionbar Sherlock - VFY:Unable to resolve static field crash

I have been working on the android swipe menu library and seem to have installed in correctly along side the actions bar sherlock library. I tried to open a demo example but keep on getting the same error, In fact, Any project using based on sliding…
Mikelbstek
  • 61
  • 2
  • 10
0
votes
1 answer

jPanelMenu add style on menu open

I need .jPanelMenu,body{overflow-x:hidden} only added to these if the menu is open. I'm using a jquery scroll to scroll back to top. If window is scrolled, and the overflow messes that up. So .jPanel.open{overflow-x:hidden;} and…
Ashlee
  • 39
  • 2
  • 12
0
votes
1 answer

SlidingMenu and Maven

When trying to add SlidingMenu as a dependecy like below: com.slidingmenu parent 1.2 pom I get an error saying it cannot find…
Javier Manzano
  • 4,761
  • 16
  • 56
  • 86
0
votes
1 answer

Accordion SubMenu in the Slide Menu Drawer - Android

I am trying to do the accordion Sub Menu for Android. For Example. I have slide menu (Sliding Drawer Menu - Facebook Like Menu) in the Sliding Drawer menu if i select any of the items i am trying to get the accordion submenu. This is what i tried. …
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
1 answer

Secondary menu using jfeinstein10/ SlidingMenu library

I have a requirement to implement the sliding drawer in android. I'm using the jfeinstein10/ SlidingMenu library to get my sliding drawing component which will basically open a listview. However, onclick of the list menu item ,a secondary menu with…
jasdmystery
  • 1,742
  • 1
  • 19
  • 31
0
votes
1 answer

How to use StaggeredGridView and ActionBarSherlock combined

I have implemented sliding menu with action bar using "ActionBar Sherlock and Sliding menu" libraries.Now i tried to use staggeredGridView. But i am getting error as "JAR MISMATCH present in StaggeredGridView-Android Support v4 library" How can i…
Tamilselvan Kalimuthu
  • 1,534
  • 1
  • 13
  • 28
0
votes
1 answer

ECSlidingDrawer theming and animation

so I have an app and I have a sliding drawer on the left that can be pulled out/revealed by a button tap or a gesture. It looks like this. I wanted to animate the drawer so it had a folding animation kind of similar to this. I have looked around…
ThatGuyThere
  • 365
  • 2
  • 10
  • 23
0
votes
1 answer

Black view when rendering Google Maps on fragment

I'm using sliding menu for Android here is the link, when I slide on rendered map fragment, the sliding menu goes blank. Here is my map fragment code. public class BasicMapActivity extends SherlockFragment { private MapView mMapView; private…
Naruto
  • 9,476
  • 37
  • 118
  • 201
0
votes
1 answer

Sliding Menu closes with touch and right to left swipe

I am starting with Sliding Menu from SlideMenu. I have tried a sample and it works great but when menu is shown, Touch on right pane or left to right swipe closes the Sliding Menu. I need the Sliding menu to be closed only on right to left swipe or…
bhalaji
  • 119
  • 1
  • 9
0
votes
4 answers

Use a container for Android activities

I want to know if Android support the possibility to make a container with some static components and just include my activities in it. I have a sliding menu with some onClickListener events and I don't want to set these events for each activity.
OWZY
  • 531
  • 7
  • 15
0
votes
1 answer

Sliding menu using fragments

I am using jFeinstein's sliding menu library .I am replacing the content by loading a web view each time an item in list is clicked.I am loading webpages in my webview (contentframe) with LoadDataWithBaseURL using html pages in my assets.The sliding…
0
votes
0 answers

Adding fragment in slider

I am using this lib for my sliding menu. I am not able to slide, if I make a simple Fragment and swipe. Here is the code. The code fails if I use MapFragment. if I add SampleListFragment() instead of MapFragment it works fine. @Override public…
Naruto
  • 9,476
  • 37
  • 118
  • 201
0
votes
1 answer

OverMapView is not working with sliding menu

I have a View which have 3 items. + TopBarView. + MapView + ListView In TopBarView have button left menu. Its using a slide menu like facebook app. but my problem is when I set overlay map view and click on that button, my view have…
0
votes
1 answer

Using android slidingmenu lib with selector

I've been trying to use selectors in slidingmenu for 2 days without managing to make it work. Here is what I want to do : I've a menu which have a ListView in it. I want the selector to point at one particular item and move with the item when the…
poulpi
  • 101
  • 7
0
votes
2 answers

Android: SlidingMenu onCreateOptionsMenu not called in Fragment

https://github.com/jfeinstein10/SlidingMenu Currently, I try to add new menu item in ColorFragment of library of SlidingMenu. However, the method onCreateOptionsMenu did not get called. It's bug? Could you help to test add menu into to test class…
user1881109
  • 23
  • 1
  • 7