Skip to content

Instantly share code, notes, and snippets.

View yildirimenes's full-sized avatar

Enes Yıldırım yildirimenes

View GitHub Profile
@ardakazanci
ardakazanci / DraggableButton.kt
Created January 4, 2024 15:49
DraggableButton for jetpack compose
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableEdgeToEdge()
setContent {
RotationButtonTheme {
RotatableDraggableImage()
}
}
}