Pinned Loading
-
ComposeAnimations
ComposeAnimations PublicCollection of nice animations created with Jetpack Compose
-
bumble-tech/appyx
bumble-tech/appyx PublicModel-driven navigation + UI components with gesture control for Compose Multiplatform
-
-
Kotlin extension function for nullab...
Kotlin extension function for nullable types to cast them to non-null or get a default value 1/**
2* Kotlin extension function for nullable types to cast them to non-null or get a default value
3*/
4public inline fun <T> T?.or(default: T): T = this ?: default
-
RxJava 2 extension function to do so...
RxJava 2 extension function to do something and retry after error 1package com.antonshilov.rxextensions
23import io.reactivex.Single
45fun <T, R> Single<T>.doOnErrorAndRetry(action: Single<R>): Single<T> =
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.