0

How do i integrate jfeinstein sliding menu with a mapview inside it? I tried using the code in this post google maps integration and SlidingMenu but it still doesnt work.

Community
  • 1
  • 1
  • You have to define what "still doesn't work" means, because it could mean anything. – panini Jul 27 '14 at 21:11
  • 1
    Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). – DavidPostill Jul 27 '14 at 21:15

1 Answers1

0

It's acutally quite easy, go to the Github repo and download the java class appropriate. This slidingMapActivity will fix the issue.

Then in you acitiy, change the extend of Acitivty to SlidingMapActivity and that it.

marshallino16
  • 2,645
  • 15
  • 29