Alexander Gherschon

Results 8 issues of Alexander Gherschon

Hi, On the page https://android.github.io/android-ktx/core-ktx/androidx.content/android.content.-shared-preferences/index.html the link to SharedPreferences.Editor.apply brings us to a 404 error page.

Hello, When setting up this gradle plugin in the new [kotlin-multiplatform gradle plugin](https://discuss.kotlinlang.org/t/kotlin-1-3-m2-new-multiplatform-projects-model/9264) and building the workspace in xcode I've got the following error: ``` $PODS_TARGET_SRCROOT/./gradlew -p "$PODS_TARGET_SRCROOT" "createIos${CONFIGURATION}Artifacts" >...

Hi, I made a grid view which takes the half of the screen. It works fine when the ipad is not connected to the mac, but when connected and in...

Hello, I'm trying out Voyager which seems amazing but I'm stuck on using an Android ViewModel within a Screen. The screen: ```kotlin class SignupScreen: Screen { @Composable override fun Content()...

di: hilt

Hello, We are creating a Kotlin library as a Kotlin Multiplatform project for Android, iOS, Javascript (client and web). It would be super interesting to use this code on our...

There as a few .project and .classpath files (from Eclipse) that are inside the project. I think those files should be ignored by git and not added to the project...

Hello, As I would like to develop a mobile app to provide an easy access to a represent-map website on Android and iOS I would like to have an "API"...

## Proposed Changes This PR allows to test a screen against what is called a [System-initiated Process Death](https://galex.dev/posts/how-to-detect-process-death-issues/) which is something very specific to the Android platform, but gives a...

enhancement
android
external-contribution