Component - Intent for activity navigation
This UI component demonstrates how to navigate from one screen (activity) to another in an Android app using an Intent. When the user taps the button, the app moves to a new screen.
This UI component demonstrates how to navigate from one screen (activity) to another in an Android app using an Intent. When the user taps the button, the app moves to a new screen.
ActivityMain
├── LinearLayout (vertical)
│ ├── TextView
│ └── Button
ActivitySecond
└── LinearLayout (vertical)
└── TextView