Skip to content

Instantly share code, notes, and snippets.

View teovladusic's full-sized avatar

Teo Vladušić teovladusic

View GitHub Profile
@teovladusic
teovladusic / RateYourExperienceScreen.kt
Created August 27, 2024 07:02
Rate your experience animation - Jetpack Compose
package com.puzzle_agency.androidknowledge.knowledge.rate_your_experience
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.tween
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.background
import androidx.compose.foundation.gestures.detectHorizontalDragGestures
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column