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

Sliding Layout in Android

I want to put settings in left side of screen. There will be switcher, listviews and textviews. In result I need like this example: Is it possible and how I can start with?
Val
  • 4,225
  • 8
  • 36
  • 55
0
votes
1 answer

How can I call a sliding menu at any time, any view using storyboards on iOS?

I have gone through a lot of libraries which use a sliding menu at the first view, and then use it on every child view. But what I need to do is having it accessible at random views, which don't need to be child views from the main view. Does anyone…
0
votes
1 answer

SlidingMenu - RuntimeException

I am following [this tutorial][1], it has 2 parts. I followed part 1 and ran the app, it worked perfectly. Then I followed part 2 and I keep getting this RuntimeException 09-03 18:32:29.339: E/AndroidRuntime(21044): java.lang.RuntimeException:…
KickAss
  • 4,210
  • 8
  • 33
  • 41
0
votes
1 answer

Android - Trouble importing SlidingMenu library - SHA-1 Mismatch

Okay I'm so close to throwing my computer out of the window. My head is boiling with rage lol Im trying to Import the SlidingMenu lib into my brand new project. But I get an error: SHA-1 Mismatch. After a lot of digging, I found that I need to have…
KickAss
  • 4,210
  • 8
  • 33
  • 41
0
votes
1 answer

SlidingMenu ABS and Android Studio

I have read through a bunch of different Stack Overflow posts and various blogs all offering different ways to get these libraries working with android studio but I have yet to be successful with any of them. I am currently using android studio…
Nath5
  • 1,665
  • 5
  • 28
  • 46
0
votes
2 answers

How to implement the sliding menu and swipe to dismiss listview together

I am having a listview with sliding menu (from:https://github.com/jfeinstein10/SlidingMenu), so the menu appear when user swipe from left to right. And now I would like to have another gesture control feature which is swipe a list item from right to…
crystalWing
  • 69
  • 1
  • 11
0
votes
1 answer

PreferenceActivity onHeaderClick() doesn't work

I have been successfully using HoloEverywhere's PreferenceActivity for a while. I am now importing the SlidingMenu library and has been going well so far until I extended SlidingMenu's SlidingPreferenceActivity: import…
0
votes
1 answer

SlidingMenu and Android Studio

I am using the latest version of Android Studio and I imported the SlidingMenu project but whenever I import it (com.jeremyfeinstein.slidingmenu) and write the following code: private SlidingMenu slidingMenu; I get an error: cannot resolve symbol…
noobprohacker
  • 125
  • 3
  • 15
0
votes
0 answers

Sliding Menu conflict with another viewcontroller

I have a sliding menu in my project which is a TableViewController and slides from left to right as u can see in the photos. The problem is that the sliding menu contents are visible under one of the viewcontrollers! Note that im using Autolayout.…
Rashid Asgari
  • 65
  • 1
  • 1
  • 5
0
votes
1 answer

Install failed container error

Application 1: My project almost 90 percentage finished, at this stage I was trying to create widget for my app when I was running after creating and adding the widget successfully to the project the error INSTALL FAILED CONTAINER ERROR occurs. Ok…
Akbarsha
  • 2,422
  • 23
  • 34
0
votes
0 answers

Android SlidingMenu implementation error

My app has a minimum SDK value of 8 but it seems SlidingMenu requires 11 – is there a work around for this so it will work on minimum SDK version 8? And when I increase to SDK#11 the app crashes with the following message: FATAL…
sisko
  • 9,604
  • 20
  • 67
  • 139
0
votes
1 answer

Error Sliding Menu

I create a Sliding Menu, but the log shows me the mesage: 08-13 18:19:08.064: E/AndroidRuntime(755): FATAL EXCEPTION: main 08-13 18:19:08.064: E/AndroidRuntime(755): java.lang.RuntimeException: Unable to start activity…
user2568768
  • 167
  • 1
  • 3
  • 13
0
votes
0 answers

How To use SlideMenu in left and Right position android?

I use Slidemenu and Sherlok library to use Slide Menu in my code.. I wrote two positions and opens. ActionBar ab = getSupportActionBar(); ab.setHomeButtonEnabled(true); ab.setDisplayHomeAsUpEnabled(true); menu = new…
sr.farzad
  • 665
  • 3
  • 8
  • 23
0
votes
0 answers

How to call new Activity on onSlideMenuItemClick with slide animation?

I am having problem with slidemenu . I am using libslidemenu library to draw sliding menu.But thing is that I am writing entire code to show different view in single activity . I want to distribute this in different activity. but problem is that…
Abhijit Muke
  • 1,194
  • 3
  • 16
  • 41
0
votes
1 answer

jfienstein10 slidingmenu : Adding dynamic content whenever user opens the menu

I have implemented the SlidingMenu successfully. What my requirement is that I have a menu in the form of listview . Now few of the list items have one more component (e.g. status) which needs to be updated dynamically everytime the user opens the…
Shadab Ansari
  • 7,022
  • 2
  • 27
  • 45