Skip to content

ycaihua/BringItBackAdvanceSlidingMenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BringItBackAdvanceSlidingMenu

Download License Android ArsenalAndroid Gems

I am bringing it back from the good old project sliding menu in the Android Studio. It will be an alternative to the google promoted Drawer Layout. With tons of additional tools and precoded frameworks you can work on the things you want from the scatch.

##Features

  • slide in and slide out options
  • building external fragment swapping support for both v4 and v13
  • precoded fragment support templates
  • precoded fragment menu
  • precoded treeview fragment menu
  • profile view menu
  • fully slacky support menu layout implementations and customizations
  • newsfeed abstract for instance implementation
  • catelog abstract for showing grid views of items
  • simple tree list for expandable list item view - allows many customizations
  • menu banners on the list recycler view - allows many customizations

##Coding support Please visit out wiki page for more tutorial informations

Supporting methods availabilities

methods explainations
mode left or right
viewAbove layout reference
viewBehind layout reference
behindOffset dimension
behindWidth dimension
behindScrollScale float
touchModeAbove margin or fullscreen or none
touchModeBehind margin or fullscreen or none
shadowDrawable the reference of the drawable of the fading shadow
shadowWidth the dimension of the width of menu
fadeEnabled enable for fading on the menu
fadeDegree enable the fading darkenness for the menu
selectorEnabled 2
selectorDrawable 1
contentFadeEnabled enable for the content fade
contentFadeDegree the fading degree for the content

###ScreenShots Android Gems

![Example application looks on phone][29] ![Example application looks on phone][31] ![Example application looks on tablet][30]

Installations

Please check with supported repo mavens

###Bintray Remote Download

repositories { maven {  url "http://dl.bintray.com/jjhesk/maven"  }}
dependencies { compile 'com.hkm.slidingmenulib:slidingmenulib:1.7.7'}

Please see the version number.

###jitpack remote maven

repositories { maven {  url "https://jitpack.io"  }}
dependencies { compile 'com.github.jjhesk:BringItBackAdvanceSlidingMenu:vX.XX'}

Master: Build Status

BranchV1: Build Status

###Thanks

Apps whom use this lib also adapted from this technology


Copyright 2015 Heskeyo Kam JJhesk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

I am bringing it back from the good old project sliding menu in the Android Studio. It will be an alternative to the google promoted Drawer Layout.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%