Results 7 issues of Alexander

Sometimes we need a view holder without any logic, for example shimmer. Now we need to pass empty curly braces to the adapter delegate: ![image](https://user-images.githubusercontent.com/14936809/131366454-0019c687-0411-49ab-89e2-1909f071373c.png) Wouldn't it be more convenient...

https://github.com/igorwojda/android-showcase/blob/3f30d3333f06288adc6f3a1b31198fbd50b1c3aa/app/src/main/kotlin/com/igorwojda/showcase/base/presentation/viewmodel/BaseViewModel.kt#L24 Is this comment correct? I think `Delegates.observable` do nothing with deduplication. Per documentation: ![image](https://user-images.githubusercontent.com/14936809/118393713-c4bfd300-b640-11eb-8bbd-70b59f0df0d0.png) And implementation: ![image](https://user-images.githubusercontent.com/14936809/118393744-eb7e0980-b640-11eb-8efa-29a1b01739d5.png) It just calls the callback after setting the new value (the new...

Hi! I have an Activity with view pager. In view pager I show one fragment (one - because it's an example) with FragmentPagerAdapter. In this one fragment I inject presenter...

Hi! In example You show explode transition as enter transition, but reverse transition is slide. How I can set explode transition as return or exit? When I call `setExitTransition(explodeTransition) or...

Tested on Android API 30 and API 33, Epoxy version 5.1.1, Leakcanary version 2.10 Simple app with default `Carousel` inside `EpoxyModelGroup`: `CarouselEpoxyModel`: ``` @EpoxyModelClass abstract class CarouselExampleModel( carouselModel: EpoxyModel )...

Is it possible to generate `codeClimateFile` only for diffs? Now it generates a file with all violations, but in log shows only diff.

enhancement

Имеются различные варианты сборок, у которых различные идентификаторы пакетов (имеют суффиксы), например: com.app com.app.stage Возможно ли в настройках приложения vk задать несколько пакетов, также как это можно сделать в настройках...