The android-sliding tag has no wiki summary.
-2
votes
1answer
35 views
How do I make sliding menu in Android? [closed]
I want to make the menu appear in the image. Can you help?
0
votes
0answers
18 views
How to call new Activity on onSlideMenuItemClick in Android?
I'm having sliding menu in my application..on onSlideMenuItemClick I'm opening new view with sliding menu...But I want to write functional code for my View..right now I have just added view on ...
0
votes
0answers
38 views
jfeinstein10/SlidingMenu with PreferencesActivity as behindContentView
I'm trying to use jfeinstein's SlidingMenu library and I'd like to use a PreferencesActivity as the behindContentView.
Can anyone advise how to do this? An actual example would be even better.
I ...
0
votes
0answers
54 views
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:
...
0
votes
0answers
42 views
Implement slider on my application?
I m getting data from web service . And inflate according to data. I m getting image and data which i want to show on id=2 . When it load they not shown any thing but after 8 to 10 swipe its shown ...
0
votes
1answer
139 views
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 ...
0
votes
1answer
32 views
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, ...
0
votes
1answer
138 views
implementation of jeremy feinstein's SlidingMenu
I'm trying to develop an application using jeremy feinstein's SlidingMenu library ,all i done in right way as described on Github instruction,All are working well but the problem is when i click on ...
8
votes
4answers
440 views
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
...
0
votes
0answers
63 views
Spacing between Items in ListFragment
I want adding empty space between history and settings items. so the 3 items will be in the bottom. I did it in some silly way (because i dont know any other method). here is my silly MyListAdapter:
...
1
vote
0answers
126 views
swapping fragments by hide and show with slide transition causes both to vanish
I'm trying to animate the transition between a pair of fragments using transaction.show and transaction.hide to swap fragments. I thought it would be simpler than using replace as I understand this ...
1
vote
1answer
471 views
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 ...
0
votes
0answers
231 views
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, ...
6
votes
1answer
660 views
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 ...
0
votes
0answers
55 views
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 ...
1
vote
1answer
558 views
ActionBar and sliding out menu in android
I just want to create an action bar as foursquare app.
and i want to show a slide out menu when the home button pressed just like the image shown.
I am able to create the custom action bar but ...
1
vote
1answer
138 views
Creating jar file for SlidingMenu
Can anyone help me to create jar file of sliding menu project. https://github.com/jfeinstein10/SlidingMenu ? If i add the jar file which is created then im getting exception ...
2
votes
2answers
255 views
Calling fragment from a list adapter
I am using sliding menu/drawer pattern in my app. So the main activity has a leftView which is a ListFragment named topicsFragment() which loads set of topic items. When an item/topic is clicked it ...
0
votes
1answer
425 views
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 ...
2
votes
1answer
127 views
Best way to handle multiple swappable Fragments on orientation change
I use a SlidingMenu to display a Side Drawer (instead of tabs). Now, inside the SlidingMenuFragment, there is a ListView with 6 rows, each one being an equivalent of a tab.
When the user touches one ...
-1
votes
1answer
135 views
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 ...
3
votes
4answers
2k views
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.
0
votes
0answers
456 views
How to Building slidingmenu sample android [duplicate]
I'm very much enthusiastic to use the sliding menu activity for android. i downloaded the third party lib here, actually i'm facing lots of problem while building.
i'm able to build Action bar, also ...
-1
votes
2answers
523 views
How to implement TabHost sliding effect? [closed]
I need to create some TabHost form paging. There is sliding animation effects in TabHost column when switching options page.
I want to implement the page also has sliding animation effects. How to ...
1
vote
1answer
1k views
SlidingMenu not showing properly
I'm a Beginner Android Programmer and I'm toying around with JFeinstein's awesome sliding menu, trying to figure out how it works and implement it in my apps but in all of my implementations the ...
0
votes
0answers
35 views
Unable to instantiate acticity component info: I fail at following tutorials
http://thepseudocoder.wordpress.com/2011/10/04/android-tabs-the-fragment-way/
Following this tutorial, I have copied all the code into my project but when I run this app on emulator or device I get ...
0
votes
2answers
3k views
Android Sliding Menu show
I work with jfeinstein10 / SlidingMenu Library, i followed all the instructions, but when I try sliding the menu is not seen, how to show it?
My Code
public class MainActivity extends Activity {
...
-1
votes
1answer
281 views
how to add optionMenu in every fragment. ( android + actionsherlock + jfensteinSlidingMenu
i am using actionsherlockbar Library + JfenisteinSlidingMenu
question :
how to add dinamically optionmenu located in actionbar in every fragment ?
i tried below, but optionmenu is same in every ...
0
votes
1answer
160 views
Google+ app listview layout with different views
I'm trying to implement a sliding menu just like the one found in Google's Google+ Android app:
I've got the actual sliding menu working but I'm having trouble implementing a scrolling view that ...
9
votes
2answers
3k views
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
...
1
vote
1answer
1k views
ViewPager in Fragment with SlidingMenu
I wanted to aks how the general approach would be to display a ViewPager inside a Fragment with the help of SlidingMenu:
https://github.com/jfeinstein10/SlidingMenu
There are two examples, the frist ...
0
votes
1answer
67 views
Which layout/view/class to use to implement a slider?
Here is what I wish to implement..
A slider like thing...
Say My app is a game with 4x4 array of level buttons in each screen
and there are totally 3 screens...
The user should be able ...
0
votes
1answer
578 views
SlidingMenu Fragment Switch Listener Null Pointer Exception
I'm calling on this acitvity as my main laucher this activity extends the SlidingActivity from this library https://github.com/jfeinstein10/SlidingMenu. When it creates a behindcontentview for the ...
1
vote
1answer
75 views
Using android fragments or calling an activity?
In android when using SlidingMenu library https://github.com/jfeinstein10/SlidingMenu is it better to use fragments for side views? or calling an activity would work when the view is swiped?
0
votes
2answers
245 views
Slide navigation menu from bottom
I'm trying to implement a sliding menu, like in Prixing app. (The menu which lays under main layout and get visible when you take and drag main layout to the side)
But the trick is - i want it to ...
5
votes
4answers
5k views
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 ...
0
votes
0answers
121 views
Flip content of the activity from right to left after dialog box closes automatically?
I have a dialog box which closes automatically after some delay. After closing of Dialog box, requirement is to show some content of the same activity flipping from right to left without any touch on ...
1
vote
0answers
188 views
Sliding effects in Multiple choice quiz in Android
I am facing a problem in a Multiple choice quiz app where there in only one activity showing all the questions one by one.
Current scenario: A multiple choice question appears on the screen, if answer ...
0
votes
0answers
165 views
Android own custom view - sliding
i wrote my own View:
package pl.tracilowski.android.catch_the_world;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import ...
0
votes
4answers
3k views
Android: How to hide the sliding menu when back button clicked
I am using :
https://github.com/iPaulPro/SlidingMenu
library to implement Facebook like sliding menu, along with ActionBarSherlock library.
The BehindContentView in my case is a ListFragment.
1. ...
0
votes
0answers
153 views
Show SlidingDrawer with the button outside of SlidingDrawer Android
I found a very easy sample of SlidingDrawer int this sample SlidingDrawer. Looking at the sample there, I want to add one more Button below the SlidingDrawer (the Button is outside of the ...
0
votes
0answers
149 views
Android “slide to close” [closed]
How do I do something like this: http://www.mobile-phones.cn/images/big/Hero%20H400.jpg
Just wish it was not on the screen, they just unlock the application, for example: Move to the right to save.
1
vote
3answers
6k views
How to use Sliding Menu with ActionBar Sherlock?
I am trying to use a sliding menu in my existing project where action bar Sherlock is used. But I am unable to do that. If you can give me a simple demo or tutorial to show me how to do so, that would ...
0
votes
2answers
270 views
Slide between layouts without swiping or gesture in Android
I'm using view flipper to make the user to be able to slide between layouts by clicking to related button, But the thing is, I have around 10 different layouts and some of them are quite complex. So I ...
0
votes
1answer
419 views
What is the best way to switch (slide) images (with fingers) like launcher does?
I have some images and I want to slide through them (just like in launcher or gallery (with fingers)). What is more I need to zoom those images.
I have readen about this and many people recommend ...
0
votes
1answer
631 views
Horizontal Menu Slide Out ScrollTo Not Being called
So I'm trying my crack at the infamous slide out menu, like in G+ and Youtube.
In this cause I'm setting an ActionBar UP button that I want to use to open the Side Menu.
I have most everything laid ...
1
vote
2answers
596 views
How can I implementing sliding, overlay views on Android?
I am working on a pdf reader application. When the user touches the screen, two toolbars will slide into view, overlaid on top of the pdf. There is one toolbar at the top of the screen and one at ...
0
votes
0answers
291 views
Android: A slide Screen should appear on button click
i have a grid view with some bottons under every image. when i click the button a slide screen should appear from the bottom with some options buttons, and the entire gridview should go in ...
0
votes
1answer
246 views
How to add panels in android using cocos2d
I want to add a sliding panel view using cocos2d for android. Any suggestions.
5
votes
4answers
3k views
Add animation in Expandable ListView
Is there any way to add animation when opening expanable list in android?
I want it when the user click on the expandable list it has animation/effect like i'm opening sliding drawer.
It move slow ...


