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
1 answer

Attach OnClickListeners to the Slidemenu

I've implemented ActionBarSherlock and the Slidemenu by jfeinstein10 in my android application. Everything seems to work quite well; the menu is showing when I fling my finger over the screen and also when I press the application icon in the ABS.…
Tobias Moe Thorstensen
  • 8,861
  • 16
  • 75
  • 143
-1
votes
1 answer

Use Activities instead of Fragments in a Sliding Menu

I have a sliding menu with some Fragments, but i want to change it with Activities, is it possible? private void replaceFragment(int pos) { Fragment fragment = null; switch (pos) { case 0: fragment = new X(); …
-1
votes
1 answer

Sliding drawer at bottom is not opening

I am creating one app,in my app i have set some of textview inside scrollview,i set sliding drawer at bottom to open,but the issue is sliding drawer is not opening completely..following is my snippet code of UI..
Aditya
  • 1,508
  • 1
  • 19
  • 37
-1
votes
2 answers

sliding Menu Android

I am using this lib for android sliding Menu work its slides my titlebar along with menu like in picture my sliding Menu Code Display display = getWindowManager().getDefaultDisplay(); setBehindContentView(R.layout.fragment_frame); …
K Guru
  • 1,292
  • 2
  • 17
  • 36
-1
votes
2 answers

ExpandableListView is null

I am new to android and I've been trying to use jfeinstein sliding menu and expandable list. My problem is I am getting null every time I use findViewById for expandablelist Here's My Code Main Activity protected void onCreate(Bundle…
-1
votes
1 answer

how to create sliding menu for all Activities

Here Is Slide Menu Image That I want like https://www.dropbox.com/s/t51hnf1768xifsj/Screenshot_2014-07-02-13-47-32.png Hello Guyes i want to make Sliding Menu Like this Image .Top Of Sliding Menu Show User Logged Image .I m using Json Sliding…
user3807055
  • 79
  • 2
  • 7
-1
votes
2 answers

Hidden keyboard in fragment when click Sliding menu Navigation

I want to hidden keyboard of edittext in Fragment A using Sliding Menu when I click Menu. I try using: @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.activity_main, menu); …
Lucas
  • 23
  • 8
-1
votes
2 answers

How to show two layout together in activity?

Split page in Android, I need to slide the second page on top of another. Layout 1 covering 80% of the page to the left. Layout 2 showing on the rest of the 20%. to the right. Then I need to drag/slide layout 2 on top of layout 1 and the slide it…
Shamnad P S
  • 1,095
  • 2
  • 15
  • 43
-1
votes
1 answer

Crash when i click menu icon with slidingmenu

Using the library slidingmenu and actionbarsherlock i try to write the code to make clickable the icon in the actionbar but i get an error with crash. This is the code of toggle: @Override public boolean onOptionsItemSelected(MenuItem item) { …
David_D
  • 1,404
  • 4
  • 31
  • 65
-1
votes
1 answer

How to make expandable sliding menu?

Good day=) How to make a expandable sliding menu looks like http://yadi.sk/d/xsLWlWSrA7qj2 ?
Alex Kraev
  • 199
  • 1
  • 12
-1
votes
1 answer

My Android app's singleton gets re-initialized while app is running

I searched for 2-3 days a solution to my problem, but i haven't found anyone who had a similar problem. Basically, my app is the "mobile version" of a web site, so I have to store temporally different account's informations, so I used a signleton…
-1
votes
1 answer

Sliding menu mapview issue

I am using sliding menu in my application. One of my menu item is google map v2. When I open sliding menu from mapview, the black background will occur in my sliding menu. Why does the black background appear?
Arunraj Jeyaraj
  • 639
  • 2
  • 11
  • 18
-1
votes
1 answer

Android: MenuDrawer/SlidingMenu/SlidingDrawer as system overlay

For my application, I want to add a certain type of drawer as a system overlay. The handle for the drawer has to be small, while the menu itself should be able to cover the whole screen. Could anyone help please? Problems with each type of…
mDroidd
  • 1,213
  • 4
  • 17
  • 25
-1
votes
1 answer

How to use android-undergarment library

I am trying to use the android-undergarment library to create a side menu but I don't seem to be able to figure out how to add items to the listview layout I supplied to the constructor. Any help will be appreciated.
euniceadu
  • 868
  • 16
  • 34
-1
votes
1 answer

Holo Everywhere and Sliding Menu

Well, i have question and i just cant find answer on the internet i spent last couple hours trying to figure out how to implement Holoevrywhere and Sliding menu library in the application ?
Silvio Marijic
  • 483
  • 4
  • 12
  • 22
1 2 3
39
40