Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View lonskiTomasz's full-sized avatar

Organizations

@zumba @appunite

Block or report lonskiTomasz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Creates an animated glowing backgrou... Creates an animated glowing background effect with two radial gradient circles.
    1
    import androidx.compose.animation.core.FastOutSlowInEasing
    2
    import androidx.compose.animation.core.MutableTransitionState
    3
    import androidx.compose.animation.core.animateFloat
    4
    import androidx.compose.animation.core.rememberTransition
    5
    import androidx.compose.animation.core.tween
  2. Smooth BPM Chart in Jetpack Compose Smooth BPM Chart in Jetpack Compose
    1
    import androidx.compose.animation.core.Animatable
    2
    import androidx.compose.animation.core.LinearEasing
    3
    import androidx.compose.animation.core.tween
    4
    import androidx.compose.foundation.Canvas
    5
    import androidx.compose.foundation.layout.fillMaxWidth
  3. sockeqwe/Instantiator sockeqwe/Instantiator Public

    Tired 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 …

    Kotlin 59 5