markosopcic
markosopcic
You also don't like giving permission to access all files? It would let you save anywhere.
@mahdi-salah hey, if you haven't figured this out yet, I think the solution is to raise the timeout on the IsoDep object instance. This fixed it for me, I set...
To clarify, I have a use case where I want the map as a part of a scrollable view, so this view would be scrollable with one finger and the...
Hey! Not connected to op, but i have the same issue and I've assembled a simple example for this. Code example ```kotlin import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.fillMaxSize...
Ah I see. In android it seems like a composable function in itself is a state holder but of course I'm not sure how it works under the hood. Here...