Arka Prava Basu

Results 39 comments of Arka Prava Basu

Yes this can be a valuable add on. We can use Framework's [Camera2](https://developer.android.com/reference/android/hardware/camera2/package-summary) apis or any wrapper over the same (Like [CameraX](https://developer.android.com/training/camerax)). I believe the current camera library we have...

Maybe because we provide an Undo option after this delete operation by the user. So we are removing this runnable on Undo and hence not removing the files from disk....

Interested folks can check my fork for a ViewPager2 implementation cc @protoss5482 https://github.com/Ultrahuman-tech/SmartTabLayout/tree/flekx_dev @ogaclejapan Are you willing to take PRs for this? If so I may clean up my branch...

I have added its support in a naive way. It is on the branch https://github.com/Ultrahuman-tech/SmartTabLayout/commits/development You can cherry pick the commit 1ce845cd0a00fd4dcc1ef581cf2ae8d4591f816d and see if it helps. Will consider sending...

> More than 1 year. We are still waiting for that update. Could you do merge it? > @archie94 Sorry for the delay! I thought people weren't interested. If @ogaclejapan...

@DavidARivkin which AGP and gradle version you are using?

Hello! I am getting this error when I init Branch in a coroutine on Activity `onStart()` ``` uiScope.launch { initBranchSession(this, uri) } private suspend fun initBranchSession(activity: Activity, uri: Uri?): Uri?...

As mentioned in #839 I am getting this error when I init Branch in a coroutine on Activity onStart() ``` uiScope.launch { initBranchSession(this, uri) } private suspend fun initBranchSession(activity: Activity,...

Does [this](https://github.com/NordicSemiconductor/Android-nRF-Toolbox/blob/main/lib_service/src/main/java/no/nordicsemi/android/service/NotificationService.kt) solve the issue described here?