promanowicz

Results 7 comments of promanowicz

Hi @cmelchior Our app performs sync with quite big database. During data fetching and processing we would like to call some suspend functions eg. network calls and do this as...

Ad.1 Thats what we are doing now, but this results in memory issues on some iphones with low ram. From our investigation looks that opening write transactions one by one...

> I'm also facing this issue. `resizeMode` is set to `AspectRatioFrameLayout.RESIZE_MODE_ZOOM`. parent view is set to `fillMaxSize()`. Is there a workaround for now to make the `PlayerView` fill the entire...

I have faced exact same issue, except I was using resizeMode with fixed height. I addition I have noticed that the video gets right aspect ratio after I switched orientation...

There is https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/ that leads to https://www.mongodb.com/docs/realm-sdks/kotlin/latest/library-base/index.html

There is still java realm. https://github.com/realm/realm-java Kotlin classes have different packages eg: io.realm.kotlin.types.RealmObject.

Bump, version 3.0.0 has the same issue