Skip to content

Instantly share code, notes, and snippets.

View wotosts's full-sized avatar
🤔
초키포키

wotosts wotosts

🤔
초키포키
View GitHub Profile
@wotosts
wotosts / AnimatedLoader.kt
Last active August 9, 2024 06:36
AnimatedLoader
import androidx.compose.runtime.Composable
import androidx.compose.runtime.Stable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import com.airbnb.lottie.compose.LottieAnimation
@wotosts
wotosts / CollapsingAppBar.kt
Created April 11, 2023 14:28
Android Jetpack Compose CollapsingAppBar
import androidx.compose.animation.core.AnimationSpec
import androidx.compose.animation.core.AnimationState
import androidx.compose.animation.core.CubicBezierEasing
import androidx.compose.animation.core.DecayAnimationSpec
import androidx.compose.animation.core.animateDecay
import androidx.compose.animation.core.animateTo
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.gestures.Orientation