Build: PreviewAnnotationScreen
This screen demonstrates how to use the @Preview annotation in Jetpack Compose to see a preview of a composable function in Android Studio.
Target UI
------------------------- | Preview Annotation | |-----------------------| | Hello, Jetpack Compose | | | | [Button: Click Me] | -------------------------
Create a composable function that displays a greeting text and a button.
Use the @Preview annotation to enable preview in Android Studio.
The button should have the label 'Click Me'.