Questions tagged [android-sliding]
183 questions
0
votes
1 answer
Toggle button slider with multi state. Left and Right
I'm was implementing a slider like thing in my application. I came across an app from the play store, they used ToggleButton or Drag Drop feature from android, I'm not sure. The layout looks like this:
In this the blue circle in the middle can be…

Anupam
- 3,742
- 18
- 55
- 87
0
votes
3 answers
Error inflating jfeinstein sliding menu class
I have an app where there is a sliding menu. I have implemented it using the jfeinstein's library. It was working perfectly fine till yesterday but it has stopped working now. I haven't even made any changes to the code. Here is the error…

Anish
- 740
- 4
- 11
- 27
0
votes
1 answer
How to use Sliding Activity and Fragment Activity in a single class?
So I have an app where in one of the screens there is a sliding menu (jfeinstein's) and I also want to implement a tab view using fragments. For this I need to extend the FragmentActivity but I have already extended SlidingActivity and I can't…

Anish
- 740
- 4
- 11
- 27
0
votes
1 answer
Fixed Menu slidingFragmentActivity
I have an app that implements sliding menu from jfeinstein10, but i can't make the menu remains fixed until the user does something. Any ideas? For example, when click a item on listview

android16938
- 1
- 4
0
votes
4 answers
need to create facebook like slide out in android
I am trying to create facebook like sliding i have tried this library seems its not working for me..I need something like this screen.. where in the sliding layout the listview with header and while click on that in the same activity content should…
user2134412
0
votes
1 answer
With jfeinstein10's slidingmenu,how to create slide up menu
I would like to use the sliding menu library to create a slide up menu which shows up in the bottom of the screen as you pull the bottom title bar up. Something like this..
I am new to Android. Any idea how I could reuse the library to do this?…

Codedroid
- 518
- 7
- 16
0
votes
4 answers
Sliding Menu shows always full screen with ActionBar Sherlock
I'm developing an Android application that uses jfeinstein10/SlidingMenu with Action Bar Sherlock.
It is the first time I used it and I don't know how to open it on not full screen mode. I want see the activity and the menu.
This is my…

VansFannel
- 45,055
- 107
- 359
- 626
0
votes
2 answers
android, SlidingPaneLayout, main view is hidden
The main view in my SlidingPaneLayout is a map. I managed to open/close the SlidingPaneLayout using a button. The problem is while the slidinglayout is sliding to open/close, the main view (the map) gets hidden till the slidingLayout is completely…

a fair player
- 11,530
- 9
- 46
- 48
0
votes
1 answer
SlidingMenu with Google Map fragment lock the gestures detection
I'm trying to make cooperate SlidingMenu library (https://github.com/jfeinstein10/SlidingMenu) in a FragmentActivity that displays a custom MapFragment with a Google Map, but that causes the disabling of the horizontal gesture detection.
I can move…

Archedius
- 2,887
- 3
- 20
- 24
0
votes
0 answers
Need to implement slider in android
I want to implement slider which automatic slider after some time and also slider by user touch (like running in web sites).
I had try so many things but not use full to me.
what i'm trying:

duggu
- 37,851
- 12
- 116
- 113
0
votes
0 answers
Vertical Sliding For Fragments
Is there any way to Vertical sliding for Fragments in Android? I mean something like FragmentPagerAdapter but in vertical mode. I need this to write a text viewer with vertical sliding pages, something like pdf readers.

Soheil Setayeshi
- 2,343
- 2
- 31
- 43
0
votes
2 answers
implementation of jeremy feinstein's SlidingMenu
I'm trying to develop an application using Jeremy Feinstein's SlidingMenu library. All I have done in the right way as described in the Github instructions. Everything is working well, but the problem is that when I click on action bar home button…

abhayd
- 3
- 1
- 5
0
votes
1 answer
Secondary menu using jfeinstein10/ SlidingMenu library
I have a requirement to implement the sliding drawer in android. I'm using the jfeinstein10/ SlidingMenu library to get my sliding drawing component which will basically open a listview. However, onclick of the list menu item ,a secondary menu with…

jasdmystery
- 1,742
- 1
- 19
- 31
0
votes
1 answer
Sliding Drawer, Handle position and width of the drawer.
I recently stumbled upon the sliding drawer in Android, after creating my first project which implements the same I have a few issues. I am using a list view inside of the sliding drawer and for that I need to implement onClickListener and extend…

Skynet
- 7,820
- 5
- 44
- 80
0
votes
1 answer
How sliding same activity to left and right
I have one activity. I need slide this activity to right and to left with the same layout that i have in activity. In conclusion i need to execute sliding n times and keep the same layout. It's the same activity with the same layout replicate…

Ricardo Filipe
- 435
- 4
- 8
- 24