This XML file is the App Manifest. The blue arrow points to the activity element which tells the system that MainActivity is the launch activity of your app. Read the code at the arrow, then continue.This Java file contains the class MainActivity which controls the launch activity. Read the code at the blue arrow, then The method call setContentView() sets the layout file main.xml as the user interface content. Read the code at the blue arrow, then continue..