SlideOutMenu

GINtech System's SlideOutMenu. (Based off https://github.com/jfeinstein10/SlidingMenu)

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.gintechsystems.libs
ArtifactId

ArtifactId

slideoutmenu
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

SlideOutMenu
GINtech System's SlideOutMenu. (Based off https://github.com/jfeinstein10/SlidingMenu)
Project URL

Project URL

https://github.com/gintechsystems/SlideOutMenu-Android
Source Code Management

Source Code Management

https://github.com/gintechsystems/SlideOutMenu-Android

Download slideoutmenu

How to add to project

<!-- https://jarcasting.com/artifacts/com.gintechsystems.libs/slideoutmenu/ -->
<dependency>
    <groupId>com.gintechsystems.libs</groupId>
    <artifactId>slideoutmenu</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gintechsystems.libs/slideoutmenu/
implementation 'com.gintechsystems.libs:slideoutmenu:1.0.0'
// https://jarcasting.com/artifacts/com.gintechsystems.libs/slideoutmenu/
implementation ("com.gintechsystems.libs:slideoutmenu:1.0.0")
'com.gintechsystems.libs:slideoutmenu:aar:1.0.0'
<dependency org="com.gintechsystems.libs" name="slideoutmenu" rev="1.0.0">
  <artifact name="slideoutmenu" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gintechsystems.libs', module='slideoutmenu', version='1.0.0')
)
libraryDependencies += "com.gintechsystems.libs" % "slideoutmenu" % "1.0.0"
[com.gintechsystems.libs/slideoutmenu "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 25.3.1

Project Modules

There are no modules declared in this project.

SlideOutMenu-Android

Build Status

Hello, here you can find a refined version of the old SlidingMenu from jfeinstein10. This project has been updated to use the latest Android SDK. I have cleaned up the deprecated code & using support libaries to go back to Android API 15. It also includes bug fixes & the ability to easily add it to your build.gradle from jCenter or MavenCentral.

I would like to maintain this project as it was always a very valuable library to me. I appreciate all the work that jfeinstein10 has done for us. If anyone does pull requests or has issues let me know, I will definitely keep an eye on them!

Please come back soon as I will update this README with How-To & Usage.

Demo

Alt Text

Download

Gradle:

compile 'com.gintechsystems.libs:slideoutmenu:1.0.0'

Maven:

<dependency>
  <groupId>com.gintechsystems.libs</groupId>
  <artifactId>slideoutmenu</artifactId>
  <version>1.0.0</version>
</dependency>

Versions

Version
1.0.0