1

I want to pull my main activity right/left and show other layout there.

How this can be achieved? Thanks.

Providing screenshot from VK app.

enter image description here

Community
  • 1
  • 1
Drastamat
  • 343
  • 1
  • 3
  • 6
  • instead of external libraries you may want to check at newly introduced navigation drawer. http://developer.android.com/design/patterns/navigation-drawer.html – Chor Wai Chun Jun 04 '13 at 07:55
  • [Try This link it works for me][1] [1]: http://stackoverflow.com/questions/8586945/layout-animation-androidfacebook or just use Action Bar library to your application http://actionbarsherlock.com/ – sarabu Jun 04 '13 at 07:56
  • @ChorWaiChun, will that work for API 8? – Drastamat Jun 04 '13 at 07:59
  • The backward compatible library should provide this, you can get a latest version of support v4 library to try. Code documentations are here http://developer.android.com/training/implementing-navigation/nav-drawer.html – Chor Wai Chun Jun 04 '13 at 08:05

1 Answers1

0

Another option would be to use the SlidingMenu open source library: https://github.com/jfeinstein10/SlidingMenu

Andy Res
  • 15,963
  • 5
  • 60
  • 96