Oleg Osipenko

Results 6 comments of Oleg Osipenko

@heprashantk Maybe this article could help https://www.techyourchance.com/fragment-navigation-android-fragnav-library/

Same issue. I think it's the dependency clash as I use Kotlin and you have `com.intellij:annotations:12.0` in `dependencies` section of Build.gradle. Got it working using these lines in my Gradle...

Anyway request can consider user locale without specifying custom locale

Confirm, it's falling when trying to animate path attributes. Though the Support Vectors from Support Library successfully animate these attributes, but have no ways to animate paths, this library successfully...

There is a [sample from Google](https://github.com/android/testing-samples/tree/main/ui/espresso/ScreenshotSample) demonstrating how to take sreenshots using Gradle managed device. After test run files would be saved to the `build/outputs/` folder. There is only one...