Skip to content

Instantly share code, notes, and snippets.

@SuvidhaMalaviya
Created February 5, 2023 12:43
Show Gist options
  • Save SuvidhaMalaviya/1efc6958b4a8f00c3eedb08307703a86 to your computer and use it in GitHub Desktop.
Save SuvidhaMalaviya/1efc6958b4a8f00c3eedb08307703a86 to your computer and use it in GitHub Desktop.
Android Jetpack Compose
import androidx.compose.Composable
import androidx.ui.core.Text
import androidx.ui.foundation.Image
@Composable
fun SimpleImage(source: Any) {
Image(source = source)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment