Skip to content

Instantly share code, notes, and snippets.

View tasyamalia's full-sized avatar

Tasya Amalia Salsabila tasyamalia

View GitHub Profile
/*
* GoalRing UI
* Jetpack Compose UI experiment
*
* Created by Tasya Amalia Salsabila, 2026
*/
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.LinearEasing
import androidx.compose.animation.core.RepeatMode
@tasyamalia
tasyamalia / LumenScreen.kt
Last active January 5, 2026 16:38
Lumen - a lamp inspired brightness UI built with Jetpack Compose. Focus on glow, animation, and responsive layout behavior.
/*
* Lumen UI
* Jetpack Compose UI experiment
*
* Created by Tasya Amalia Salsabila, 2026
*/
import android.app.Activity
import android.view.WindowManager
import androidx.compose.animation.core.*