Skip to content
Prototik edited this page Feb 12, 2013 · 1 revision

SlidingMenu - navigation pattern, using in YouTube, Evernote and other cool apps.
We are using implementation by Jeremy Feinstein: SlidingMenu

Maven

<dependency>
  <groupId>org.holoeverywhere</groupId>
  <artifactId>addon-slidingmenu</artifactId>
  <version>${holoeverywhere.version}</version>
  <type>apklib</type>
</dependency>

Non-maven users

Import project addons/slidingmenu and add as dependency/module to your application.

Clone this wiki locally