Arka Prava Basu

Results 39 comments of Arka Prava Basu

Yes. Will send out a fix.

@MilanVucic could you checkout now and see if this is solved?

I cant see `android:attr/dialogCornerRadius` property in this project? Could you please send the entire stack trace?

`android.support.v4.media.MediaBrowserCompat` is in package `androidx.media:media:1.0.0` and also in some android.support.v4 which is present in your project I am assuming. Try using ``` configurations.all { resolutionStrategy { force 'androidx.media:media:1.0.0' } }...

AndroidX is the unavoidable future. I would suggest you try to migrate your project to AndroidX. https://developer.android.com/jetpack/androidx/migrate It is true that this AndroidX dependency adds a headache for consumers of...

Hello! In our app we are not using any custom traces still get these crashes occasionally. What would be the recommended way to handle these exceptions?

@rahulvyas I am not the maintainer of the project. Tagging me won't be of much benefit here.

Try using the latest tag instead of the snapshot version. I am just guessing here, only maintainer will be able to say why the artifact is not in its place.

I think we could give `cameraX` library a try, which is a wrapper over the `Camera2` api and promises to handle most of the device specific corner cases providing a...