-
Here is my main component:
```java
@Singleton
@Component(modules = {
AndroidSupportInjectionModule.class,
ModuleApp.class,
ActivityBuilder.class,
ModuleMainAct…
-
Hi Bruno,
I'm trying to use the plugin but i find I need something more, in my case I have 2 modules: presentation and domain, Presentation depends on domain so I have in my build.gradle on presentati…
-
- 公司/学校:四川弘和集团
- 工作内容/专业:Android开发者/计算机应用技术
- 常浏览的国外网站:Medium, Instagram, Facebook, YouTube
- 英语水平:工作后在英孚英语培训已经2年,能和外教谈笑风生
- 有无翻译经验:只大体粗略翻译过一篇dagger2的文章
- 个人博客:https://segmentfault.com/u/lizhiwod…
-
import me.aflak.dagger.component.DaggerImageDownloaderComponent;
not found.!
-
* **Autor:** Allan Yoshio Hasegawa
* **Perfil no medium:** medium.com/@AllanHasegawa
* **Data escolhida:** 04/09/2017
* **Título do artigo:** Adotando Dagger2: Todos os passos necessários
* **Desc…
-
- 公司/学校:四川弘和集团
- 工作内容/专业:Android开发者
- 常浏览的国外网站:medium, Instagram, Facebook, YouTube
- 英语水平:工作后在英孚英语培训已经2年,能和外教谈笑风生
- 翻译经验:只粗略翻译过一次dagger2的文档(在个人博客有提到)
- 个人博客:https://segmentfault.com/u/lizhiwodag…
-
Hi,
can you provide a proguard configuration for kotlinx.serialization? When running proguard over an Android application, the app will crash with
```kotlinx.serialization.SerializationException: Ca…
-
Receiving Connection timed out exception during gradle sync. If I remove Objectbox setup from gradle everything sync perfectly.
Error log-
```
Caused by: java.net.ConnectException: Connection …
-
I use dagger2 and dagger-android in my app. I have a BaseFragment in a base module, and some xxxFragment extends this BaseFragment in other modules. When I try to compile my code, I found there are 3 …
-
I'm using dagger 2 in a multi-layered, multi-library android SDK.
I'm developing many different modules on different layer (data, business logic, presentation etc...) and using dagger to glue them …