Changes

Jump to: navigation, search

A Tour of the Android Studio User Interface

3 bytes removed, 21:17, 7 January 2019
The Tool Windows
The project tool window is just one of a number of tool windows available within the Android Studio environment.
== The Tool Windows Windows ==
In addition to the project view tool window, Android Studio also includes a number of other windows which, when enabled, are displayed along the bottom and sides of the main window. The tool window quick access menu can be accessed by hovering the mouse pointer over the button located in the far left-hand corner of the status bar (Figure 6-4) without clicking the mouse button.
Android Studio offers a wide range of tool windows, the most commonly used of which are as follows:
* '''Project'' '– The project view provides an overview of the file structure that makes up the project allowing for quick navigation between files. Generally, double-clicking on a file in the project view will cause that file to be loaded into the appropriate editing tool.
* '''Structure''' – The structure tool provides a high level view of the structure of the source file currently displayed in the editor. This information includes a list of items such as classes, methods and variables in the file. Selecting an item from the structure list will take you to that location in the source file in the editor window.

Navigation menu