Questions tagged [android-sliding]

183 questions
0
votes
0 answers

How to Building slidingmenu sample android

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 i'm able to build the slidingmenu activity LIB,…
Naruto
  • 9,476
  • 37
  • 118
  • 201
0
votes
2 answers

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 page.. how can i do this ? public class…
0
votes
1 answer

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 can hold any type of child views. For example I would…
Mike
  • 1,000
  • 1
  • 10
  • 18
0
votes
1 answer

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 to swipe his finger from right to left and the slider…
BLOB
  • 364
  • 2
  • 7
  • 21
0
votes
1 answer

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 slidingmenu I use with a fragment. In this main…
0
votes
2 answers

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 appear on bottom of the screen, so I need to move the…
Graykos
  • 1,281
  • 3
  • 20
  • 31
0
votes
2 answers

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 get "Out of Memory" Error. I searched something…
osayilgan
  • 5,873
  • 7
  • 47
  • 68
0
votes
1 answer

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 using ViewPager. Is that a good idea in my…
0
votes
1 answer

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 out correctly, but my HorizontalScrollView is not…
0
votes
0 answers

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 background. and when i click the cancel button on the…
Pranav Sharma
  • 692
  • 2
  • 9
  • 22
0
votes
1 answer

How to add panels in android using cocos2d

I want to add a sliding panel view using cocos2d for android. Any suggestions.
Manjunath
  • 2,063
  • 2
  • 29
  • 60
-1
votes
1 answer

Add a TextView to SlidingDrawer Dynamically

I want to add a TextView dynamically to the SlidingDrawer. Below is my XML code:
-1
votes
2 answers

In Which Android Version The SlideMenu Can be Applicable in - Android?

Hi friends i have one small clarification in which basic version the sliding menu can be applicable? Please help me friends. thank you.
-1
votes
2 answers

How to show two layout together in activity?

Split page in Android, I need to slide the second page on top of another. Layout 1 covering 80% of the page to the left. Layout 2 showing on the rest of the 20%. to the right. Then I need to drag/slide layout 2 on top of layout 1 and the slide it…
Shamnad P S
  • 1,095
  • 2
  • 15
  • 43
-1
votes
2 answers

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 { @Override protected void onCreate(Bundle…
Ozik Abdullaev
  • 1,026
  • 1
  • 9
  • 26
1 2 3
12
13