Questions tagged [jfeinstein]

An Android library that allows you to easily create applications with slide-in menus.

Definition:

According to the Official Documentation:

SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps.

Important Links:

19 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
4
votes
6 answers

Android L ActionBarActivity using Feinstein SldingMenu and AppCompat v21 is cut off at bottom of the screen

I'm using AppCompat v21 with the Style "NoActionBar" and add a Action/Toolbar in onCreate. Also a SlidingMenu of Feinstein is added and that causes the problem that the that the Activity (and therefore the inside Fragments) overlap with the…
3
votes
1 answer

J. Feinstein Sliding Menu check if open

I used J. Feinstein library to make awesome sliding menu(thanks for J. Feinstein), but I need to know whether sliding menu is opened or closed. I need to know because I have implemented ABC action bar while in some condition, sliding menu opened and…
Yohanim
  • 3,319
  • 9
  • 52
  • 92
3
votes
2 answers

SlidingMenu(jfeinstein). Disable secondary menu only

Is it possible to disable only secondary Menu in SlidingMenu lib? When I use this: mSlidingMenu.setTouchModeAbove(SlidingMenu.TOUCHMODE_NONE); it disables both menus. Update: mSlidingMenu = new…
p37td8
  • 1,287
  • 2
  • 9
  • 20
2
votes
1 answer

Sliding one layout on another in android

I need to slide one layout on another in android. Requirments. 1 . layout1 covers 80% of the screen and the rest is occupied by layout 2. 2 . I need to be able to slide layout 2 on top of layout 1, total width or scrollable limit for layout 2…
Shamnad P S
  • 1,095
  • 2
  • 15
  • 43
2
votes
0 answers

How to increase the heigth of items using Jeremy Feinstein sliding menu?

I use Jeremy Feinsteins sliding menu and everything works well. But if I have a text for the item which is longer than two lines, then the text is not visible. Therefore I'm looking for a setting to change the height of an item. Is there a method…
Irgendw Pointer
  • 1,770
  • 3
  • 30
  • 67
2
votes
1 answer

Always display sliding menu if on tablet (without fragments)

I would like to always display the sliding menu (jfeinstein's slidingmenu) on a tablet, but I would like to do it, without having to "convert" all my activities into fragments (ofcourse, the sliding menu itself can be a fragement). Is this…
Mdlc
  • 7,128
  • 12
  • 55
  • 98
1
vote
0 answers

Set what layout to slide in sliding menu

I have integrated admob ads in my android application. I'm using jfeinstein's sliding menu, so when I slide it, adview slides with it too. How can I make it stick on the screen, no matter of sliding menu state? If there is no such function, what do…
Gintas_
  • 4,940
  • 12
  • 44
  • 87
1
vote
1 answer

Android, jfeinstein sliding activity with a Google Map in it sliding when user touches map

In my android app I have a jfeinstein sliding menu , I enabled the sliding gesture to show and hide it. In one of my activities I have a google map, but when I touch the map to navigate into it, if i slide my finger from left to right, the menu…
0
votes
1 answer

How to use jfeinstein10/SlidingMenu both sides

First of all I am sorry to ask repeated questions. As this has been asked before but some how I could not understand properly. I found a good solutions here. I followed and could add library to my project. Now I need to add left and right sliding…
Biswajit Das
  • 644
  • 7
  • 26
0
votes
2 answers

how to force the Sliding menu to cover the whole activity

I Use a Sliding menu of Jeremy Feinstein , https://github.com/jfeinstein10/SlidingMenu , and in my application when i open the side menu covers the half activity. I just need to covers the whole activity ( full width sidebar ). Thanks
VasFou
  • 1,561
  • 1
  • 22
  • 39
0
votes
2 answers

This SlidingMenu appears to already be attached Android

I getting following error This SlidingMenu appears to already be attached This my source code SlidingMenu menu = new SlidingMenu(this,…
user3748230
0
votes
1 answer

How to use jfeinstein sliding menu with a mapview

How do i integrate jfeinstein sliding menu with a mapview inside it? I tried using the code in this post google maps integration and SlidingMenu but it still doesnt work.
0
votes
0 answers

Items on sliding menu(jfeinstein) uncliclable

i am doing sliding menu. Everything works well but items on sliding menu not clickable.Here is my code. package kz.redone.labs.hook; public class MainActivity extends SlidingFragmentActivity { private SlidingMenu sm; @Override public void…
0
votes
1 answer

Android SlidingMenu lag at first use

I am experiencing some problems with the slidingmenu library from jfeinstein10: https://github.com/jfeinstein10/SlidingMenu The problem I observe is that at first use, when the menu opens, it lags showing some black space. Then when I close it and…
Tíbó
  • 1,188
  • 13
  • 28
1
2