Jul 12, 2024
studio64
file (for 64-bit systems).@Composable
to define the UI.greeting
function to display a text, annotated with @Composable
.setContent
function to assign composable functions to the activity.greeting
composable directly.Text
composable.