Activities are something very specific to Android application development. Usually, in other applications, we have an entry point or a main method as an entry point to start the application.
But in Android, the same purpose is fulfilled by Activities. Android applications can be started from any activity that is specified as a starting activity for the application using MainLauncher: