https://github.com/qingmei2/sample_dagger2
The guide of the Dagger2 and dagger.android usage in Android.
https://github.com/qingmei2/sample_dagger2
dagger dagger2-android dagger2-mvp daggerusage
Last synced: 10 months ago
JSON representation
The guide of the Dagger2 and dagger.android usage in Android.
- Host: GitHub
- URL: https://github.com/qingmei2/sample_dagger2
- Owner: qingmei2
- License: other
- Created: 2017-06-11T12:05:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T07:35:41.000Z (over 7 years ago)
- Last Synced: 2025-04-05T20:04:21.141Z (11 months ago)
- Topics: dagger, dagger2-android, dagger2-mvp, daggerusage
- Language: Java
- Homepage:
- Size: 389 KB
- Stars: 98
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample_dagger2
Dagger2使用Sample
## Q&A
#### * 关于Dagger2/dagger.android的代码有疑问?
如果有疑问,请在文章下方的评论列表中提问,我将第一时间进行解答;
如果您觉得代码有问题,也欢迎提出PR,共同学习。
#### * 关于dagger.android如何在实际项目中(普通的开发模式、组件化开发)使用?
关于组件化(模块化)开发中,如何使用dagger,请参考我的这个项目:
[Mvp-Archtecture MVP模式的模块化开发框架](https://github.com/qingmei2/MvpArchitecture-Android)
### 我的博客:
### 这些文章源码所在Module: app
* [Android 神兵利器Dagger2使用详解(一)基础使用](http://blog.csdn.net/mq2553299/article/details/73065745)
* [Android 神兵利器Dagger2使用详解(二)Module&Component源码分析](http://blog.csdn.net/mq2553299/article/details/73136396)
* [Android 神兵利器Dagger2使用详解(三)MVP下的使用](http://blog.csdn.net/mq2553299/article/details/73251405)
* [Android 神兵利器Dagger2使用详解(四)Scope注解使用及源码分析](http://blog.csdn.net/mq2553299/article/details/73414710)
### 这些文章源码所在Module: androiddagger2
* [告别Dagger2代码模板:Dagger-Android使用详解](http://blog.csdn.net/mq2553299/article/details/77485800)
* [告别Dagger2代码模板:Dagger-Android原理分析](http://blog.csdn.net/mq2553299/article/details/77725912)
License
-----
The Sample_dagger2 License
Copyright (c) 2017 qingmei2
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.