BringItBackAdvanceSlidingMenu
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
Installations
Please check with supported repo mavens
###Bintray Remote JCenter is the place to find and share popular Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc. For the most comprehensive collection of artifacts, point your Maven at: http://jcenter.bintray.com
dependencies {
compile 'com.hkm.slidingmenulib:slidingmenulib:2.1.0’
}
###Thanks
- Use sliding menu from SlidingMenu
- Use embeded advanced recyclerview from UltimateRecyclerView
- Use Picasso Image library from Picasso
Apps whom use this lib also adapted from this technology
- Foursquare
- Zappos
- Rdio
- Evernote Food
- Plume
- VLC for Android
- ESPN ScoreCenter
- MLS MatchDay
- 9GAG
- Wunderlist 2
- The Verge
- MTG Familiar
- Mantano Reader
- Falcon Pro (BETA)
- MW3 Barracks License
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.