Forwarded from Deleted Account
#AIDE #library #Add
In AIDE, navigate to
AppProjects
and click on
"Clone Git Repository here...".
For example, Enter:
https://github.com/jfeinstein10/SlidingMenu
for the "Repository URL:" and click "Clone".
After it's downloaded, open your project that you want to add it to.
Click "Project Properties...", then "Add Library Project...". Click "Ok".
Navigate to SlidingMenu and long-press the librarysub-folder.
After it's added, use import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu; in whichever classes you need.
In AIDE, navigate to
AppProjects
and click on
"Clone Git Repository here...".
For example, Enter:
https://github.com/jfeinstein10/SlidingMenu
for the "Repository URL:" and click "Clone".
After it's downloaded, open your project that you want to add it to.
Click "Project Properties...", then "Add Library Project...". Click "Ok".
Navigate to SlidingMenu and long-press the librarysub-folder.
After it's added, use import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu; in whichever classes you need.
GitHub
GitHub - jfeinstein10/SlidingMenu: An Android library that allows you to easily create applications with slide-in menus. You may…
An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Th...