Home

Awesome

Android Sliding Menu Implementation

<b>Sliding Menu Implementation Example</b> is an example app, which shows how to do implementation of an Android library SlidingMenu developed by Jeremy Feinstein. It has two different aproaches. First one demonstrates left side sliding out menu with a list fragment, as a content, filled with data loaded from XML file. Second one demonstrates left side sliding out menu with a list fragment, as a content, filled with data loaded from a class.

SlidingMenu Android library can be found at GitHub at <a href="https://github.com/jfeinstein10/SlidingMenu" target="_blank">https://github.com/jfeinstein10/SlidingMenu</a>.

Free icons used in this app are taken from <a href="http://www.androidicons.com" target="_blank">http://www.androidicons.com</a>.

Please feel free to grab the source of this app at the GitHub by pressing little octocat icon in the ActionBar and use it anywhere you want at your Android projects.

Please fell free to try this demo app immediately:

<a href="https://play.google.com/store/apps/details?id=com.baruckis.SlidingMenuImplementation&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1" target="_blank"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height="60"/></a>

I hope you will find it clear and useful!

#License

Copyright 2016 Andrius Baruckis.

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.