Android自动注入注解框架
主要功能:activity、fragment、dialog、自定义组合控件中layout和view的自动注入
PS:很多注解框架都有这个功能,它们同时还包含了数据库以及网络请求等注解,但是有些项目中根本用不到数据库和网络请求,如果这时使用那些注解框架,处女座就要:angry:了
Gradle
dependencies {
compile 'cn.bingoogolapple:bga-annotation:1.0.0@aar'
}
详细用法请查看demo🐾
个人主页 | 邮箱 |
---|---|
bingoogolapple.cn | [email protected] |
个人微信号 | 微信群 | 公众号 |
---|---|---|
![]() |
![]() |
![]() |
个人 QQ 号 | QQ 群 |
---|---|
![]() |
![]() |
如果您觉得 BGA 系列开源库或工具软件帮您节省了大量的开发时间,可以扫描下方的二维码打赏支持。您的支持将鼓励我继续创作,打赏后还可以加我微信免费开通一年 上帝小助手浏览器扩展/插件开发平台 的会员服务
微信 | 支付宝 | |
---|---|---|
![]() |
![]() |
![]() |
- 欢迎您使用我开发的第一个独立开发软件产品 上帝小助手浏览器扩展/插件开发平台
Copyright 2015 bingoogolapple
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.