Skip to content

Instantly share code, notes, and snippets.

View amayde's full-sized avatar
🎯
Focusing

Amédé amayde

🎯
Focusing
View GitHub Profile
@amayde
amayde / MechanicalRedSwitch.kt
Created October 27, 2025 07:51
Mechanical red switch - jetpack compose
package com.example.switch
import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.spring
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.background
import androidx.compose.foundation.gestures.detectTapGestures
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.BoxScope