-
As a user, I want to be able to choose subreddits to monitor, so that I can receive notifications about new content in those particular subs.
**Acceptance**
- [x] a preference allows the user to e…
-
I believe that examples are not correct, because LightCycleSupportFragment only accepts fragment and not interfaces.
I'm having trouble integrating this with my application, because extending my fra…
-
I'm currently trying to make an Android MVP sample using Dagger2, RxJava2 and Requery, but I'm having few problems. First of all, sample consists of a simple, two-fragment app that downloads Pokemon f…
-
Hola, te quería comentar que descargue el fuente y me percate que esta faltando subir la clase DaggerMainComponent en el pakages .....di.components.DaggerMainComponent.
Por favor, cuando este listo e…
-
When I use butterknife alone , everything is OK. But , when I import dagger2 , butterknife just can not find views. The tv_reponse in the code below will generate NullPointerException.
Here is grad…
-
各位大神:
我在增量运行(就是在some_activity.onCreate里把toast的内容改改),报错了。指向的是我Application.onCreat里的一句dagger2:
![e1](https://cloud.githubusercontent.com/assets/23071263/21760524/d1129fcc-d687-11e6-8287-5f77fc…
-
@Tony---Zhang 我一开始,对kotlin的object声明的具体实现存在怀疑,于是我编译了SingletonKotlin.kt源码,并使用jd反编译class,这样来看,我发现obejct声明的单例是简单的饿汉式.
反编译结果如下:
```java
public final class SingletonImpl
{
public static final Singlet…
two8g updated
7 years ago
-
How do we add Module to `ActivityComponent`? Like some `ActivityComponent` needs `ActivityModule`, but some does not (like on this repo)
-
-
hello @JakeWharton
I used butterknife version 7.0.1 before and it work well, but when I update to the verion of 8.4.1, it cant work.
> you said: Note: If you are using the new Jack compiler with ve…