Sliding Menu Implementation Example 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 https://github.com/jfeinstein10/SlidingMenu.
Free icons used in this app are taken from http://www.androidicons.com.
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:
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.