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

jfeinstein10 sliding menu library prevent Menu from closing when clicking on content

I’m using jfeinstein10 sliding menu library The behavior of the menu, when I click on content layout, is to close. I’m looking for a solution to prevent menu from closing when clicking on content layout. My layout:
Simo
  • 1,200
  • 1
  • 16
  • 26
0
votes
1 answer

Get element from Sliding Menu

I defined a layout view in a .xml file called menu_list_slide_lateral.xml:
alxsimo
  • 567
  • 1
  • 6
  • 19
0
votes
1 answer

how to change the title bar of SlidingMenu

i dont know how to change the title bar of the slidingmenu,like the icon,the backgroundcolor or image, is there a way to use my own layout file? I have used sherlock, i try this: LayoutInflater inflator =…
0
votes
1 answer

Transition when switching Activity out of SlidingMenu (J.Feinstein)

I am an android newbie and I am trying to create an Android App with three Activities: a Homescreen, a listview and a detailview. I integrated J. Feinstein's Sliding Menu in my Homescreen and filled it with a ListView to display my different…
user2321279
  • 127
  • 1
  • 3
0
votes
0 answers

Android Fragment - SlidingMenu - ListActivity

So I have the slidingmenu(jfeinstein10) library added to my project and the menu working. The problem I have run into is based on my app extends ListActivity. I have seen a couple questions about this and most suggest extending to Fragment to get…
JMP
  • 557
  • 1
  • 6
  • 17
0
votes
3 answers

Eclipse spontaneously can't import ActionBarSherlock after being properly set up a long time ago

I am working on an app that uses both ActionBarSherlock and SlidingMenu. It works great and I am about ready to release it when all of a sudden eclipse spontaneously decided that it can't find com.actionbarsherlock.app.SherlockActivity; This is what…
mahnamahna
  • 145
  • 1
  • 7
0
votes
3 answers

menu item placement, swipe feature, and more

There is a design like this: How do you place the sliding menu icon over to the top left corner? Plus I did want to add on a swipe feature to the screen: The code that I have so far is broken down into activity_main .xml layout, the…
Rakeeb Rajbhandari
  • 5,043
  • 6
  • 43
  • 74
0
votes
2 answers

How to Dynamically Update Fragment (SlidingMenu) When View Created

I have application that uses the SlidingMenu library. It' is essentially a Fragment in the main Activity that goes in and out of view when user swypes (e.g Youtube, Google+, Facebook). The top LinearLayout in this SlidingMenu has some Dynamic…
TheLettuceMaster
  • 15,594
  • 48
  • 153
  • 259
0
votes
4 answers

actionbarsherlock 4.3 and sliding menu integration

Working with the sliding menu and the new actionbarsherlock I am having problems with the jar mixmatch: Fix dependencies for the sample project on the sliding menu to work on. Does anyone know what is going on ?? I also did see this tutorial, but…
Rakeeb Rajbhandari
  • 5,043
  • 6
  • 43
  • 74
0
votes
1 answer

Android ActionBarSherlock and SlidingMenu, Menu Fragment error

As title, I used ActionBarSherlock and SlidingMenu on my APP. To add menu item on actionbar, what I did is: public class Main extends SherlockFragmentActivity { protected void onCreate(Bundle savedInstanceState) { …
RRTW
  • 3,160
  • 1
  • 35
  • 54
0
votes
1 answer

SlidingMenu shows blsck when used with Map api v2

I have developed an application. In it, I have used a fragment for showing Map. The layout only has a top title bar and a fragment. In the sliding menu layout I have title bar and some buttons. On click of a button in main layout I show the…
AnujMathur_07
  • 2,586
  • 2
  • 18
  • 25
0
votes
2 answers

Changing content in sliding menu

i'm using jfeinstein10/SlidingMenu for sliding menu i want change the content of menu item on selecting rectangle button in fragment When try to replace content with new fragment using switchcontent i get error like this > 04-03 13:02:20.093:…
Akilan
  • 924
  • 1
  • 7
  • 19
0
votes
1 answer

Importing jfeinstein10's SlidingMenu Project

I'm new to Android and I would like to try jfeinstein10's library which can be found here: https://github.com/jfeinstein10/SlidingMenu/issues Unfortunately I have problems importing the library. I checked this video out. I set the project's build…
DeepBlue
  • 149
  • 1
  • 12
0
votes
2 answers

Multiple Inheritance- Is there a way out?

I am in a bit of trouble, I have an already made app which uses a traditional menu (more like a social networking app), Now, I have decided to replace that menu with a swipe style menu based on the jfeinstein10/SlidingMenu library. AS far as I know…
Mikelbstek
  • 61
  • 2
  • 10
0
votes
3 answers

How to add a instant of fragment again?

I have a problem with a fragment. I need to display a fragment many times and don't create new instant of it. I have a method that it use to change the content of activity. protected void setContentFragment(Fragment contentFragment) { …
Leo Nguyen
  • 614
  • 1
  • 9
  • 23