Dead Simple Android SlidingMenu Update

by matt

After continuously toggling my menus open and closed on the demo project, I decided to make a few updates to my sliding menu library project. First off, I’ve added the option for a slide over style menu like facebook and g+ apps which can be activated by calling setAnimationType(MENU_TYPE_SLIDEOVER) in onCreate before the call to super.onCreate.
I’ve also exposed the ability to get and set the interpolator via getInterpolator and setInterpolator, respectively.

Once again, the code is available on github at: https://github.com/munday/sliding-menu