Component - Activity concept
An Activity in Android is like a single screen in an app. It shows the user interface and handles user interactions on that screen. Think of it as a page in a book where you can see content and do actions.
An Activity in Android is like a single screen in an app. It shows the user interface and handles user interactions on that screen. Think of it as a page in a book where you can see content and do actions.
Activity
├── AppBar (Toolbar)
└── ContentView (Layout)
├── TextView
└── Button