Igor Wojda
Igor Wojda
Following UI tests implementation (https://github.com/igorwojda/android-showcase/issues/85 - `ready to grab`) we should tun UI tests in the pipeline on multiple versions of Android API (5-11).
error: '{' is not preceded with whitespace. com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck ``` if (eventBus != null){ } ``` or ``` public void onTakeView(NotificationsView view){ } ```
com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck ``` if (eventBus != null){ } ```
I would assume this is the speed of characters appearing on the screen - bigger the speed value, the faster character are appearing on the screen (bigger the speed of...
**Is your feature request related to a problem? Please describe.** Injecting Android ViewModel without a need to pass arguments **Describe the solution you'd like** Currently, Koin requires passing fragment arguments...
After running `./gradlew createDebugCoverageReport` task and opening report (`app/build/reports/coverage/debug/index.html`) I can see in the right bottom corner this text version: `Created with JaCoCo 0.7.9.201702052155` Shouldn't the JaCoCo version be the...

When renaming file within Android Studio links in the markdown file are not updated (link is invalid because it point to file with old name)
False-positive in IDE and no code completion for this file. 
Now all assets go to default scope (main dependency configuration), but sometimes we want to add new resource to other configuration e.g change logo/icons when rebranding app. It would be...