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

Slow loading of layout

I have a super class which is in a library. This library take care of initializing some basic layout components and other stuff. My problem is that it takes 1.x seconds to load the layout, and shows the default layout for a while, before setting the…
Tobias Moe Thorstensen
  • 8,861
  • 16
  • 75
  • 143
9
votes
2 answers

Clear Android Fragment back stack without popping?

We have an Activity that contains a SlidingMenu (https://github.com/jfeinstein10/SlidingMenu) in which there's three options, let's call them A, B1, C1. These correspond to Fragments that we show in the Activity. When you select a different option…
Jonathan Caryl
  • 1,330
  • 3
  • 12
  • 30
8
votes
1 answer

Android SlidingMenu library installation

I am trying to follow this tutorial. The aim is to integrate the SlidingMenu android library. As per the instructions in the tutorial: For non-maven project : Copy library/target/slidingmenu-1.3-SNAPSHOT.jar into the libs directory of your…
sisko
  • 9,604
  • 20
  • 67
  • 139
8
votes
8 answers

How to show the DrawerLayout when sliding from left to right, no matter where?

background google has introduced the DrawerLayout, which shows a menu on the left area of the screen when you click on the "up" button of the action bar. because the library isn't supported yet on actionBarSherlock, there is already a way to…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
8
votes
1 answer

Crouton + SlidingMenu overlap

I'm using both SlidingMenu and Crouton, but I've found that the sliding menu overlaps the crouton notification I would report an issue in github, but I don't know where the bug belongs. Cyril Mottier mentions in his Prixing article about in-layout…
Maragues
  • 37,861
  • 14
  • 95
  • 96
8
votes
3 answers

switch to a new activity, instead of switching fragments, when jfeinstein10's slidingmenu list item is clicked

I have seen a few questions raised on this topic (for e.g.: https://github.com/jfeinstein10/SlidingMenu/issues/5) but I am still unclear. I hope somebody can clarify this. Context: See https://github.com/jfeinstein10/SlidingMenu I have an android…
crazy horse
  • 423
  • 2
  • 10
  • 25
7
votes
1 answer

Android: Umano AndroidSlidingUpPanel Sliding two Panels?

So I started using Umano's AndroidSlidingUpPanel library and it's very useful. I managed to implement ONE sliding panel from the bottom which worked very well. However I want to implement two Sliding panels (top and bottom) such as this: This is…
Pjayness
  • 365
  • 1
  • 6
  • 22
7
votes
3 answers

Facebook SDK + SlidingMenu SDK = Jar mismatch! Fix your dependencies

So I have added the Facebook SDK and the SlidingMenu SDK into my Android project, however I am getting those nasty "Jar mismatch" errors. I have already removed the android-support-v4.jar file from my libs folder, yet the error persists. Any ideas…
MegaBubbletea
  • 189
  • 1
  • 3
  • 10
6
votes
3 answers

UI not refreshed after first toggle the sliding menu on Android 5.0 lollipop

I have a ResponsiveUIActivity which extends SlidingFragmentActivity. My application works perfectly below android version 5.0. But my UI is not refreshed and not clickable when I first toggle the sliding menu. For example, I can not scroll the…
buraktemzc
  • 390
  • 1
  • 6
  • 19
6
votes
1 answer

How to open sliding menu on Button's click event?

I am implementing sliding menu using this link. Now it is working perfectly fine if I use this code in onCreate() method. My simple question is How can I open a slider on button's click event ? I used following code. public class MainActivity…
InnocentKiller
  • 5,234
  • 7
  • 36
  • 84
6
votes
2 answers

Adding a big image to a Navigation Drawer (SlidingMenu libs) - How to?

I'm using SlidingMenu libs (https://github.com/jfeinstein10/SlidingMenu) to get the Navigation Drawer of my app. It feels and looks amazing but I have a issue: I want to use a big picture with a textview on top of is to display the user photo and…
6
votes
2 answers

sliding menu using jfeinstein10 library

I created a sample application to test how sliding menu works. Shown below in the screenshot is what i get as of now. But when I click on the categories button (shown in image below) I should get a secondary menu as shown in the zomato app's…
suresh cheemalamudi
  • 6,190
  • 11
  • 49
  • 67
5
votes
2 answers

Cannot resolve symbol 'TabLayout' in sliding menu fragment

I'm a newbie in android programming and Im trying to make an ordering application. I have successfully created the sliding menu along with its fragments and the tab layout in 2 different projects. Now here's the dilemma, when I'm adding the code for…
5
votes
1 answer

sliding up panel - thin line sliding panel under google mapfragment

I made slidinguppanel using this repository https://github.com/dlukashev/AndroidSlidingUpPanel-foursquare-map-demo However, it contains one bug which is not covered anywhere. When I touch anywhere to expand panel (listview) works well, but while I'm…
5
votes
2 answers

2 sliding menu with different size

I use this sliding menu as a library. I want to have 2 menu with different sizes. I have a problem : when i push the big one, another one will move with it I change my main.java like this to have 2 different size menu in lef and right …
user3876897
  • 289
  • 1
  • 6
1
2
3
39 40