An open API service indexing awesome lists of open source software.

https://github.com/createchance/dagger2application

纯 Dagger 2 (无 hilt)实践 android demo,实际项目可参考使用。
https://github.com/createchance/dagger2application

Last synced: 20 days ago
JSON representation

纯 Dagger 2 (无 hilt)实践 android demo,实际项目可参考使用。

Awesome Lists containing this project

README

          

# Dagger2Application
纯 Dagger 2 (无 hilt)实践 android demo,实际项目可参考使用。

1. 实现了 application、activity 范围内的单例模式。
2. 实现了 app context 的自动注入功能。
3. 实现了 app 调用子模块接口,但是不耦合 impl 的功能(DI 实现模块解耦)。