- Prague - Czech Republic
Pinned Loading
-
Card-Games
Card-Games PublicForked from ml-archive/kotlin-template
Kotlin-template clean architecture
Kotlin
-
nodes-architecture-android
nodes-architecture-android PublicForked from ml-archive/nodes-architecture-android
This library contains interfaces and base classes for architectural elements in Nodes Android projects
Kotlin
-
BroadcastReceiverFlow.kt
BroadcastReceiverFlow.kt 1@Suppress("FunctionName")
2fun BroadcastReceiverFlow(c: Context, intentFilter: IntentFilter): Flow<Intent> {
3return callbackFlow {
4val broadcastReceiver = object : android.content.BroadcastReceiver() {
5override fun onReceive(context: Context, intent: Intent) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.