Activity
Learn what Android activity is.
We'll cover the following...
Activity concept
Activity is one of the core components of Android. It represents one screen of the application user interface.
Usually, an Android application consists of several activities, e.g. the “Travel Blog” application may contain the following activities:
- LoginActivity - represents login flow