Questions tagged [android-sliding]
183 questions
37
votes
5 answers
New Activity in Android "enter from the side"
What's the best way to go to a new activity but make it look like the activity slides to the left and the new activity enters the screen? I am using intents to call the new activity, is that the way to do it if I want the application to be…

kakka47
- 3,479
- 8
- 44
- 52
18
votes
3 answers
How to show "Sliding Menu" on Activity launch?
I am trying to use excellent library Sliding Menu by Jeremy Feinstein.
For my case it will be great if the activity is launched with Sliding Menu open like
instead of Sliding menu closed like
I have tried to put toggle() in the activity but no…

Gaurav Agarwal
- 18,754
- 29
- 105
- 166
15
votes
3 answers
Advice: Implementation of SlidingMenu on Android (J. Feinstein)
I have a problem (seriously, I do not know how to do it :D) with the implementation of SlidingMenu library (from Jeremy Feinstein... link is dowm) for Android. Is there anyone who can help me with implementation process? I am beginning Android…

Štěpán Víteček
- 317
- 2
- 4
- 15
14
votes
5 answers
Android - Making Sliding Drawer to slide from Left-to-Right
I have implemented "Sliding Drawer" in my application using the below XML layout:
(I got this example from androidpeople.com)

Paresh Mayani
- 127,700
- 71
- 241
- 295
13
votes
7 answers
How to change android slidingdrawer handle button position
In default handle button in android SlidingDrawer in the centre of the drawer. Is it possible to change that position to left or right..? If it possible how can I do that, android:gravity="left" is not work in the button.

Miuranga
- 2,463
- 10
- 51
- 81
12
votes
7 answers
How to hide the Umano SlidingupPanel when clicking outside the panel
AndroidSlidingUpPanel
Here, I am using slidingup panel library. You can see both the panel and listview in the following screen. What i am trying to do is to hide the panel if i click outside the panel(Dim Area). Instead it is clicking on the…

Rethinavel
- 3,912
- 7
- 28
- 49
11
votes
5 answers
Add animation to an ExpandableListView
Is there a way to add animation when opening an expandable list in Android?
I want it so that when the user clicks on the expandable list, it has an animation/effect like I'm opening a sliding drawer.
It moves slow until it is completely opened.

user430926
- 4,017
- 13
- 53
- 77
11
votes
2 answers
Android - Sliding menu with sub menu
I wanted my app to have face book like sliding menu. I google'd about the issue and found many posts out there, which only helped me to build a single sliding menu. But what i need is, 2 level sliding menu ie, when i click on some option in sliding…

suresh cheemalamudi
- 6,190
- 11
- 49
- 67
10
votes
5 answers
Slider Menu both side(right & left) in single Activity
I want slide Menu in both side(right & left) on single Activity
on Button click like below
i have tried this two library
https://github.com/jfeinstein10/SlidingMenu/
and
https://github.com/SimonVT/android-menudrawer
but both are give slide Menu…
user1381827
9
votes
3 answers
How to create android wipe transition between two layout
I am trying to create a transition animation in an Android application to change between two layouts. I've tried to search about animation transition, but only fade transition, slide transition, bounce, etc. I can't find one for wipe transition like…

user3410051
- 111
- 2
- 5
9
votes
5 answers
Vertical sliding menu in Android
Is there a vertical sliding menu available for android. I need something similar to Sliding menu of the Google Plus App BUT I need it to be able to slide vertically from bottom to top also.

gop
- 2,150
- 5
- 26
- 54
8
votes
3 answers
Swapable tabs in Slider Menu fragment
I have implemented Navigation Drawer by Referring this tutorial and now what I want to do is to display swiping tabs inside a fragment. i.e. when i click on an item in navigation drawer, lets say the first one, it should display swiping tabs for…

Amardeepvijay
- 1,626
- 3
- 17
- 47
8
votes
2 answers
How to show Sliding Menu in each and every Activity
I am working with facebook like Sliding Menu, but i am facing a small problem, don't know how to add Sliding Menu in each and every Activity, like showing menu in PrincipalActivity like this:
PrincipalActivity.java:
public class PrincipalActivity…

Sun
- 6,768
- 25
- 76
- 131
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
6
votes
1 answer
How can I limit the height of AndroidSlidingUpPanel when expanded
I'm defining the anchor point and it works fine, but I need to control the maximum height of the SlidingUpPanelLayout when expanded.
How can I do this?

juliano.net
- 7,982
- 13
- 70
- 164