0

I am developing an app for Android, and would like to have a menu button in the top left corner, above a webview. When this button is pressed, I want a menu filling almost the entire screen to slide in from the side, as in Evernote's android app. How is this most easily achieved?

I have googled quite a bit without finding an answer, all help is appreciated.Before button pressed After button pressed

EvenLisle
  • 4,672
  • 3
  • 24
  • 47

2 Answers2

0

The menu is probably programmed using ActionbarSherlock and the transition between activities is explained here: Duplicate

Without any code this is all we can do for you. Hope this might help.

Community
  • 1
  • 1
AppRoyale
  • 403
  • 1
  • 5
  • 21
0

There are many different libraries you could use to implement a sliding menu like this. I'm currently using this library which is very easy to implement. It also uses ActionBarSherlock which is included.

MattWilliams89
  • 157
  • 1
  • 15