Skip to content

Instantly share code, notes, and snippets.

View IvanEOD's full-sized avatar

IvanEOD IvanEOD

  • Detonate Productions
View GitHub Profile
@Nullable-TB
Nullable-TB / Components.kt
Created September 2, 2022 23:42
Jetpack Compose GUI example
package nullable.pest_control.gui
import androidx.compose.animation.*
import androidx.compose.animation.core.LinearOutSlowInEasing
import androidx.compose.animation.core.tween
import androidx.compose.foundation.*
import androidx.compose.foundation.layout.*
import androidx.compose.material.Card
import androidx.compose.material.RadioButton
import androidx.compose.material.Surface