简体   繁体   English

Android L应用程序抽屉

[英]Android L App Drawer

I am quite new to android development, and have been trying to design an app.. Can anyone tell me, how do I include github projects into my app?? 我对android开发非常陌生,并且一直在尝试设计一个应用程序。任何人都可以告诉我,如何将github项目包含到我的应用程序中?

https://github.com/ikimuhendis/LDrawer#download https://github.com/ikimuhendis/LDrawer#download

This is the perfect example of what I am trying to do. 这是我正在尝试做的完美例子。 Can anyone please guide me, by a step by step process, so as to how I can make a fully functional apk from this? 任何人都可以通过逐步的过程来指导我,以便使我由此制作出功能齐全的apk吗?

I already have a project, with a working Google Map fragment, on top of that, I am trying to include this type of action bar. 最重要的是,我已经有一个项目,其中包含有效的Google Map片段,我正在尝试包括这种类型的操作栏。 Can anyone help me?? 谁能帮我?? I am a complete newbie and I would appreciate it very much.. Thanks!! 我是一个完整的新手,我将不胜感激..谢谢!

if your using Android Studio add this to you build.gradle in the dependencies tag 如果您使用的是Android Studio,则将其添加到依赖标签中的build.gradle

compile 'com.ikimuhendis:ldrawer:0.1'
compile 'com.android.support:appcompat-v7:21.0.+'

if your using eclipse down load the the source as a zip and import the library folder form the downloaded file in you current project as a android library. 如果您使用eclipse,请以zip格式下载源文件,并将库文件夹从当前项目中的已下载文件中导入为android库。

if can post you code i can help you with it. 如果可以发布您的代码,我可以帮助您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM