how can I import Jeremy Feinstein's slidingmenu library in android studio?

3

I need to add Jeremy Feinstein's slidingmenu library that I downloaded from github in the android studio and I do not know how since it's a tablet I do not know how to add that kind of libraries. Greetings

    
asked by Pablo Miró 26.05.2016 в 06:35
source

1 answer

2

If you want to include this library in a project you would start to include obsolete code for example you would need ActionBarSherlock which is also obsolete.

To add the library SlidingMenu , just add the .jar in your folder /libs . if it is a .zip unzip import it to your workspace and in your project add it and mark it as a library (isLibrary).

link

Currently I do not see the option to use the SlidingMenu library if you already have Navigation Drawer . In short you would create a snowball by adding obsolete code that in the end you would have to change!

Here is a tutorial to implement Navigation Drawer : link

    
answered by 26.05.2016 в 14:57