Jacob Ferrero
Jacob Ferrero
Is there any interest in having a fully native Android app? I've been dabbling with KMP+Compose multiplatform and really like it, wouldn't mind taking a stab at it if there's...
@bluesource can this PR get merged? I am unable to release my app w/o using this PR
I was able to get it working as follows: Update `app/build.gradle` ``` dependencies { // ... implementation 'androidx.fragment:fragment-ktx:1.5.0' implementation 'androidx.compose.ui:ui-viewbinding:1.1.1' } ``` Add `resources/layout/layout_map.xml` ```xml ``` Instantiate with View Binding...
I was able to use https://github.com/PatilShreyas/Capturable instead. Maybe we should use this library instead? Then we can remove the `AndroidView` as well!
Then we can remove a lot of code, the whole library becomes: ```kotlin data class PathWrapper( var points: SnapshotStateList, val strokeWidth: Float = 5f, val strokeColor: Color, val alpha: Float...
Also wondering. Was thinking to use this library to extract og:* metadata
+1 following this issue
Bump
I do the same steps and hit something similar: ``` [gbinder] ERROR: Can't open /dev/anbox-binder: No such file or directory [08:47:53] Failed to add presence handler: None [gbinder] ERROR: Can't...