-
HI
I am trying to use the Spek in my android project. I am using android data binding in my project and an annotation processing library "com.android.databinding:compiler3.1.4" . The problem is t…
-
萌新求带!
项目引用了80多个第三方库,6个SDK,按框架要求的架构拆分出模块13个。
然后第一次全量编译一般在 1 个小时左右,模块的增量编译耗时在10分钟左右。发布版SDK有 30M。发布的时候编译更难受,还要混淆,耗时30分钟左右。
编译时间集中在compileJavaWithJavac这里,不过貌似Arouter,Glide,butterknife,dagger,rx一系…
-
I'm using dagger2 in one of my android library project. After finish the library project, I use gradle uploadArchive to upload an aar to a maven repo. then use the `compile group:artifect:version@aar`…
-
Hello,
I'd like to add a proposal to add support for injection in fragments from an androidx module.
-
_Apologies if this is a dup (couldn't see an open issue)._
Is there any standard way to do testing. Overriding `@Provides` or extending module classes.
I know it was discussed by Jake at Devvox tha…
-
## Descrição da vaga
As the Android Chapter Lead, you will act as a coach for your team in order to help them with their weaknesses and foster their strengths. You will also set their goals and mot…
-
I'm try to setup UI testing similar **GithubBrowserSample** and look like sample project have only mock `ViewModel` for `Fragment` but for `Activity` it doesn't.
So, on my code `activityRule.activi…
-
#### Problem description
1.I feel we should add Kotlin support to help new contributors and let developers to take advantage of the language
2. Another idea I would to propose is to migrate fro…
-
I'm working on a proof of concept app how to split a different app to few modules.
https://github.com/jbruchanov/ModulesAppSample/tree/ui-reg
Using AS3.3 and Dagger2.20
DI Tree:
```
AppCompon…
-
@ContributesAndroidInjector
abstract TestActivity testActivity();
@ContributesAndroidInjector
abstract TestFragment testFragment();
error: TestActivity is not a framework type |
error: Te…