2016年6月24日

Android Studio 小技巧(1):如何导入AAR文件

摘要: 1. 导入AAR、JAR文件File- > New -> New Module这样子AAR文件就导入了,然后在app中的build.gradle中做如下添加 dependencies { …… compile project(‘:MODULE-NAME’) } 例... 阅读全文

posted @ 2016-06-24 23:56 岚之山 阅读(1408) 评论(0) 推荐(0) 编辑

<Android 基础(七)> DrawerLayout and NavigationView

摘要: 介绍 DrawerLayout是Support Library包中实现了侧滑菜单效果的控件 android.support.v4.widget.DrawerLayout NavigationView是一个导航菜单框架,使用menu资源填充数据 常用来配合Drawer... 阅读全文

posted @ 2016-06-24 22:36 岚之山 阅读(169) 评论(0) 推荐(0) 编辑

导航