From the course: Android Studio Essential Training

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Use Android Studio tool windows

Use Android Studio tool windows

- Android studios user interface is organized around the concept of windows. The primary window is the editor window, that's where you type your code. But there are many other tool windows available. You can open these tool windows in a number of different ways. From the menu, select view tool windows, and you'll see an exhaustive list of all the windows that are available to you. You can also get to many of these windows using tabs that are wrapped around the user interface. By default, the project tab is at the top left. There's a commit tab where you manage your github repositories. Pull requests for when you're working on a project with other developers and you're sharing development tasks. The resource manager, and so on and so forth. Most of these windows open and close when you click those tabs. So they're toggles. You can also close windows by clicking on the minus icon at the top right. You can get too…

Contents