Questions tagged [jfeinstein]

An Android library that allows you to easily create applications with slide-in menus.

Definition:

According to the Official Documentation:

SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps.

Important Links:

19 questions
0
votes
1 answer

Auto close sliding menu onchild click

I have imported correctly the sliding menu library by jfeinstein and all is working except one thing. When I click on the "net" element in the sliding menu it opens the "net" fragment but it doesn't close the menu as it should does…
mascIT
  • 413
  • 4
  • 16
0
votes
1 answer

Make adview stick in place when sliding menu

I have integrated admob ads in my android application. I'm using jfeinstein's sliding menu, so when I slide it, adview slides with it too. How can I make it stick on the screen, no matter of sliding menu state? Some code:
Gintas_
  • 4,940
  • 12
  • 44
  • 87
-1
votes
2 answers

ExpandableListView is null

I am new to android and I've been trying to use jfeinstein sliding menu and expandable list. My problem is I am getting null every time I use findViewById for expandablelist Here's My Code Main Activity protected void onCreate(Bundle…
-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
2