Pinned Loading
-
Creates an animated glowing backgrou...
Creates an animated glowing background effect with two radial gradient circles. 1import androidx.compose.animation.core.FastOutSlowInEasing
2import androidx.compose.animation.core.MutableTransitionState
3import androidx.compose.animation.core.animateFloat
4import androidx.compose.animation.core.rememberTransition
5import androidx.compose.animation.core.tween
-
Smooth BPM Chart in Jetpack Compose
Smooth BPM Chart in Jetpack Compose 1import androidx.compose.animation.core.Animatable
2import androidx.compose.animation.core.LinearEasing
3import androidx.compose.animation.core.tween
4import androidx.compose.foundation.Canvas
5import androidx.compose.foundation.layout.fillMaxWidth
-
sockeqwe/Instantiator
sockeqwe/Instantiator PublicTired of manually setup test data of Kotlin data classes or POJOs? Instantiator creates Instances of any class for you so that you can focus on writing tests instead of spending time and effort to …
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.