摘要: 插件注入的使用 http://stormzhang.com/openandroid/android/2014/01/12/android-butterknife/ <include> <merge> <viewstub>的使用 http://blog.csdn.net/xyz_lmn/article 阅读全文
posted @ 2016-06-11 16:50 技术丶从积累开始 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1、自定义的Application如何被使用 答:记得在AndroidManifest.xml中声明 <Application android: name = "你的Application名"> 2、Fragment调用Activity的方法 为了实现, 解耦,使用监听器, 阅读全文
posted @ 2016-06-11 09:48 技术丶从积累开始 阅读(108) 评论(0) 推荐(0) 编辑