Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Activity 3

1. What are the different parts of the Android Studio screen? Explain its use.

 Toolbar - allows wide range of actions. Option can be done by a single click. Most
common tools are 'Run' and 'Instant Run'.

 Navigation Bar - allows to view the location of the file currently open in editor. It
also allows quick navigation of file or folder.

 Editor Window - the window where the codes are written, and the user interface
is designed.

 Editor Tabs - allows to see contents in the editor window by clicking a tab, It can
add a file by double-clicking in the project explorer.

 Project Window - it displays files and folders in a project.

 Gradle Console - it displays the output of Gradle build processes.

 Logcat Window - it displays system messages and debug output.

You might also like