-
Some operations like deleting and writing the local database do not need a return of flow since they are "one-time" operations. For reading the database, it would be okay since the flows would notify …
-
- Implement thread-safe, non-blocking emitter in kotlin as per spec RTE1
- Ideally, should expose methods that can work for both kotlin/java.
- Should be able to process events in provided coroutine…
-
https://github.com/corda/corda/blob/241170ffa4f63616daeefb5dbb0dcd8d2c3ff21c/core/src/main/kotlin/net/corda/core/flows/AbstractStateReplacementFlow.kt#L183-L184
If you use an anonymous identity to …
-
https://www.reddit.com/r/androiddev/comments/ph9iqs/livedata_vs_kotlin_flows/
先週[似たような内容の記事を紹介](https://github.com/AndroidDagashi/AndroidDagashi/issues/2053)しましたが、redditでまた話題になっていました
-
Approach Kotlin Flows in replace to Livedata
Hot Flows vs Cold Flows
StateFlows ShareFlows
-
### Version
3.8.5
### Summary
We are currently working on a migration from Apollo2 to Apollo3 and see a bunch of `IllegalArgumentException: Flow has more than one element` thrown when receivi…
-
I noticed while running FlowDroid that it loses or drops the taint if some Kotlin methods are encountered. Below I provided a simplified example with comments from which sources to which sinks it find…
-
The Media3 library is written in Java and thus has APIs that are easy to consume from Java code, but harder to work with in a Kotlin codebase. Developers using Kotlin should be able to use Kotlin conc…
-
How does Apple's implementation of reactive streams compare to Flow? Can we expect a `kotlinx-coroutines-combine` module providing utilities for the Combine Framework?
I ask because I have a kotlin…
-
I've been writing down some notes while looking at the library and implementing it in the example Android wallet.
Here are some thoughts, meant to start discussions mostly to sharpen my understandi…