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
2 answers

jfeinsteins slide menu implementation java/ adding a library as a dependency

So I'm trying to implement jfeinsteins slide menu into my application, but before I do that I want to get a good demo, so I know how to implement it. Problem is that I'm stuck. this is where I'm getting the…
raging_subs
  • 859
  • 2
  • 12
  • 28
0
votes
1 answer

javascript sliding menus - how to reference nested html elements?

Please help with this function for a sliding menus. For each object in the slideMenus Array I want to reference the 1st unordered list element within that object and set the value of the ul elements left style property to 0px. Please help! thank…
Vynce82
  • 119
  • 3
  • 15
0
votes
2 answers

Javascript sliding menus not working

This javascript sliding menu is NOT working--the only error that debugger gives is that the first IF statement is a block command & should have curly braces, which I don't understand. Does anyone see an obvious error? I'm not sure I'm using 'this'…
Vynce82
  • 119
  • 3
  • 15
0
votes
1 answer

Android new SlidingPaneLayout disable swipe

I am currently using the new SlidingPaneLayout with a map. The problem is when I interact with the map I always open the left menu. I have already tried to override on touch method on the sliding pane but it did not work. The map is a fragment…
Laranjeiro
  • 2,612
  • 3
  • 22
  • 24
0
votes
1 answer

SlidingMenu with Google Map fragment lock the gestures detection

I'm trying to make cooperate SlidingMenu library (https://github.com/jfeinstein10/SlidingMenu) in a FragmentActivity that displays a custom MapFragment with a Google Map, but that causes the disabling of the horizontal gesture detection. I can move…
Archedius
  • 2,887
  • 3
  • 20
  • 24
0
votes
1 answer

Nested Android SlidingMenus possible?

I'm using the sliding menu library here: https://github.com/jfeinstein10/SlidingMenu/ and I have an activity that inherits from SlidingMenuActivity with a sliding menu that works perfectly, but I also want to add SlidingMenus to each row in a list…
Kevlar
  • 8,804
  • 9
  • 55
  • 81
0
votes
1 answer

Set Title to SlidingMenu in Android

Is there a way I can add title to the list that I populate in Sliding Menu(jfeinstein10 / SlidingMenu)? If yes, How do I do it? or do I have to use my custom view to set the title? Please link an example if you have one. Thanks!
Vamsi Challa
  • 11,038
  • 31
  • 99
  • 149
0
votes
3 answers

Unable to resolve errors on sliding menu example with actionbarsherlock

Hi I am a newbie to android and I am trying to run the Sliding Menu Example but i am getting so much errors I have downloaded the package from here: http://github.com/jfeinstein10/SlidingMenu/ and setup the actionbarsherlock Also followed the…
Saurabh Sharma
  • 2,422
  • 4
  • 20
  • 41
0
votes
1 answer

Sliding Menu getting BaseContext

I am using SlidingMenu library provided by jfeinstein10, and I would like to inflate a certain number of linearlayouts with textviews in them ( each linking to one Activity inside my app). I would like to make the textview that starts current…
DoruAdryan
  • 1,314
  • 3
  • 20
  • 35
0
votes
1 answer

Eclipse slidingmenu error?

I have some pretty unique errors in Eclipse. So here's what's happening: In my Android app (in Eclipse) I have all of these slidingmenu errors and other related Errors. I cannot figure out how to fix these errors because I am a complete nube. Heres…
0
votes
1 answer

weird sliding effect in jquery

Referring to my previous question I have got the sliding effect on search box. I have implemented the same effect for two panels in the same page. The problem now is, If you can see my working demo, when you mouse over on 1st and second icon you…
Sowmya
  • 26,684
  • 21
  • 96
  • 136
0
votes
1 answer

SlidingMenu (com.slidingmenu.lib ) in Android

i am using com.slidingmenu.lib in my project. Currently i want to open and close my menu on one Button click. But in libary they are taking event on complete layout. i dont understand how can avoid click event on complete layout and just add same…
Rahul
  • 344
  • 1
  • 4
  • 16
0
votes
1 answer

How can I make a fragment replace actionbar menu behavior?

Before I start, yes I have read countless related questions. I still can't seem to track down the issue. I have a SherlockFragmentActivity: package com.kicklighterdesignstudio.floridaday; import android.os.Bundle; import…
0
votes
1 answer

Return back when clicking an item on a SlidingMenu

How can I close open fragment and return to main activity? public class MainActivity extends SlidingFragmentActivity { public SlidingMenu sm; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
cashmere
  • 885
  • 3
  • 12
  • 37
0
votes
0 answers

Unable to instantiate componentinfo with SlidingMenu Library and SlidingFragmentActivity

I am developing an appliation in Android with the SlidingMenu library. I've imported the project to eclipse and I've linked the library with my project PaperTask. The MainActivity extend from SlidingFragmentActivity that extend from…
Juanma Jurado
  • 574
  • 10
  • 18