SlideOutMenu

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

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.gintechsystems.libs
Идентификатор

Идентификатор

slideoutmenu
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

SlideOutMenu
GINtech System's SlideOutMenu. (Based off https://github.com/jfeinstein10/SlidingMenu)
Ссылка на сайт

Ссылка на сайт

https://github.com/gintechsystems/SlideOutMenu-Android
Система контроля версий

Система контроля версий

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

Скачать slideoutmenu

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » appcompat-v7 jar 25.3.1

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.0.0