Build: SimpleActivityScreen
This screen shows a simple Activity with a TextView and a Button. When the button is clicked, it shows a Toast message.
Target UI
----------------------- | Simple Activity | |---------------------| | | | Hello, Activity! | | | | [ Show Toast ] | | | -----------------------
Create an Activity named SimpleActivity
Display a TextView with text 'Hello, Activity!' centered on the screen
Add a Button below the TextView labeled 'Show Toast'
When the Button is clicked, show a Toast message 'Button clicked!'