In my application, I want to have behavior like facebook app wherein on click of icon I\'d like to shift the whole screen towards right and display some menus on the left as sho
This is the best that I've found https://github.com/DWorkS/ActionBarToggle because it's implementation is similar to DrawerLayout from google using ActionBarToggle. Although, it has a problem with open method but I wrote to its owner and he said that he will solve.