Questions tagged [android-sliding]
183 questions
1
vote
1 answer
Slider menu View issue
I have implemented a ListView with headers from sqlite in a separate project which is like this:
When I implemented onClick() in a position of Slider Menu, It is displayed in Slider Menu rather than in the background View
onCreate() code…

Vivek Warde
- 1,936
- 8
- 47
- 77
1
vote
2 answers
LinearLayout is slow to move, if I load one image in ImageView
I have a list, it captured moving finger, and you can delete an item by sliding your finger
if the image is not loaded in my container, with ImageView.setImage(), the container moves correctly.
However, if I loaded one image the container moves…

Delari Jesus
- 411
- 6
- 22
1
vote
1 answer
Android - Switch button to only change state through sliding
The switch button that android has is really cool. I want to have the switch change states only through the only the sliding motion. What I don't want it to do is to change states when just tapping the switch. I would also like to be able to keep…

user3197039
- 11
- 2
1
vote
1 answer
PagerSlidingTabStrip: ViewPager tabs resize
How to show the tabs in the ViewPager to the one screen? I am using android.support.v4.view.ViewPager.
When i used this
these tabs are shown in one scrren.
String[] tabs = {"A","B","C","D"};
when i used this
String[] tabs = {"My School", "My…

Amardeepvijay
- 1,626
- 3
- 17
- 47
1
vote
2 answers
Create A Slider Menu of ListView in Android
I have to create a slider menu .That when get clicked it opens a list view on the Left Side.On click of the list view item i want to open new activity .How can we do this in a simple .I am beginner so i just want to do this in a simple way.
I have…

Pooja Dubey
- 683
- 2
- 14
- 34
1
vote
3 answers
How to change the sliding drawer button image on open and close
I have implemented sliding drawer and working fine. But on open and close I have to change the buttonimage. Not getting from where to change and how.
Code is:
private final int mHandleId;
private final int mContentId;
private View…

user3030365
- 45
- 1
- 9
1
vote
0 answers
sliding pane error display
I'm trying to emplement a file explorer with sliding pane interface. But when i scroll the grid view i have my genymotion device display like (http://www.mediafire.com/?kui3x2l7u6ykgx3)
and this is when the app first start…

the anh
- 41
- 4
1
vote
2 answers
Android Navigation Drawer Open On Activity Create
I do have a simple requirement.
I want new android Navigation Drawer to open upon start of Activity.
I have tried
mDrawerLayout.openDrawer(drawerListView);
in onCreate of host activity.
But it didn't work.
Any kind of help would be…

kaushal trivedi
- 3,405
- 3
- 29
- 47
1
vote
1 answer
Left to right and right to left android sliding panel
I saw a couple libraries that can do this, but i would like to avoid them if possible. I managed to do left to right, but i couldn't find out how to do on both directions. so here is my code:
final SlidingPaneLayout slidingPaneLayout =…

Filip Luchianenco
- 6,912
- 9
- 41
- 63
1
vote
0 answers
SlidingUpPanel: Cannot Assign Listeners to UI Elements
How can I implement listeners to GUI elements in second layout in SlideUpPanel view. In the demo example I can't assign my own listeners to elements that are contained in a panel. After I press on the panel layout, the panel is collapsed. How did…

a.black13
- 2,157
- 4
- 19
- 20
1
vote
2 answers
android-how to make a layout on top of every thing and not transpranet
I am working on a bottom toolbar for android by forking the SlidingUpPanel at:
https://github.com/umano/AndroidSlidingUpPanel
I want to make it always on top of every thing not defined in my sliding up panel. But when I slide it up, if there is…

amir19
- 13
- 4
1
vote
2 answers
I can't open Sliding menu
I'm developing an Android app with Sliding Menu and ActionBar Sherlock and I'm lost.
I have followed this Spanish tutorial to add them to my project.
This is my code:
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import…

VansFannel
- 45,055
- 107
- 359
- 626
1
vote
1 answer
Android Sliding Menu does not work on tablets; Menu is acting as if in normal handset (slide on button click)
I'm using jfeinstein10 - SlidingMenu. I have already implemented it using a normal handset but when I try my application in a tablet, it still shows the slide button. I followed the tutorial at ResponsiveUI but my menu is still hiding. I want it to…

user9507
- 299
- 2
- 6
- 14
1
vote
1 answer
Android Sliding fragment instead of menu
I would like to implement an activity with 2 fragments in tablet app. Fragment A on left and second fragment B with some additional info on the right. Lets say each fragment has half of the screen width. Now I would like to add the option to slide…

user1135839
- 563
- 2
- 7
- 14
1
vote
0 answers
designing android slidemenu screen.
I am able to show a slidemenu in application by adding the slidemenu library. I want to design my slidemenu like this
.
Please let me know any tutorial .Also I am able to show left slidemenu by the code setBehindContentView(R.layout.slidemenu);…

user965071
- 1,643
- 5
- 16
- 16