Skip to content

Instantly share code, notes, and snippets.

View AungThiha's full-sized avatar

Aung Thiha AungThiha

View GitHub Profile
@nsmirosh
nsmirosh / Previews.kt
Created July 1, 2025 09:31
Vertical and Horizontal Previews
import android.content.res.Configuration
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.tooling.preview.Devices
@Preview(showBackground = true)
@Composable
fun DefaultPreview() {
MyScreen()