Advice: Implementation of SlidingMenu on Android (J. Feinstein)

Štěpán Víteček picture Štěpán Víteček · Nov 24, 2012 · Viewed 25.4k times · Source

I have a problem (seriously, I do not know how to do it :D) with the implementation of SlidingMenu library (from Jeremy Feinstein... link is dowm) for Android. Is there anyone who can help me with implementation process? I am beginning Android programmer, so sometimes I need help :)

Library - https://github.com/jfeinstein10/SlidingMenu

Answer

Andrius Baruckis picture Andrius Baruckis · May 19, 2013

I used Feinstein library myself and decided to create example app with flexible and reusable implementation as much as I could think.

Please check the source code at GitHub.

Download app directly to the device to try.

Here sliding menu, as it's content, uses list fragment. I made two approaches. One, when list data is filled with data loaded from XML file. Second, when data is filled from separate class.

I added many comments to catch the idea more easily. I hope it will be helpful! ;)