当前位置: 代码迷 >> Android >> Android 诠注,注入框架
  详细解决方案

Android 诠注,注入框架

热度:102   发布时间:2016-04-28 05:08:39.0
Android 注解,注入框架
1.AndroidAnnotations(Code Diet) android快速开发框架,AndroidAnnotations(Code Diet) android快速开发框架,介绍地址:https://github.com/excilys/androidannotations/wiki,下载地址:https://github.com/excilys/androidannotations
2. Roboguice,注入初始化控件 http://mobile.51cto.com/abased-426620.htm
3. 【Android框架进阶〖00〗】ThinkAndroid注解机制 http://www.cnblogs.com/lianxu61/p/3406982.html
4. Butter Knife http://jakewharton.github.io/butterknife/,View 注入框架 Butter Knife 4.0 发布,是一个专注于 Android 系统 View 的注入框架,让你从烦人的 findViewById 中解脱出来。同时还支持 View 的一些事件处理函数。 http://blog.chengyunfeng.com/?p=550
5. AndroidInject,注入内容和事件等 http://www.cnblogs.com/tiantianbyconan/p/3459139.html
6. Dagger: 一种Android平台的依赖注入框架 http://www.infoq.com/cn/news/2012/10/dagger


自定义:
1. 自定义注解:android Activity注解方式获取UI实例 绑定事件 http://fykyx521.iteye.com/blog/1855878
2. android 自定义注解 http://www.eoeandroid.com/thread-235795-1-1.html
  相关解决方案