nikiJava
nikiJava
How does `MainActivityComponent` get a MainActivity context? We can use `@BindsInstance` method in inner Builder interface in `MainActivityComponent` (Subcomponent) and specify `MainActivity` (or Context) as parameter or just send MainActivity's...
I use Dagger 2 to perform Dependency Inversion rule in my app. I was just looking on Clean Architecture example by Fernando Cejas and I had a question - what...
Hello, Guys! Would you provide simple example on how to show Snackbar? Is it SingleLiveEvent? Or you just put the state of Snackbar into your feature's ViewState?
Обнаружил, что Yandex MapKit зависит от GMS: ``` +--- com.yandex.android:maps.mobile:4.0.0-lite | +--- com.google.android.gms:play-services-location:16.0.0 | | +--- com.google.android.gms:play-services-base:16.0.1 -> 17.5.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 () | | |...
Обнаружил, что Yandex MapKit зависит от GMS: ``` +--- com.yandex.android:maps.mobile:4.0.0-lite | +--- com.google.android.gms:play-services-location:16.0.0 | | +--- com.google.android.gms:play-services-base:16.0.1 -> 17.5.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 () | | |...
`MaterialButton manages its own background to control elevation, shape, color and states. Consider using backgroundTint, shapeAppearance and other attributes where available. A custom background will ignore these attributes and you...