- Mastering Android Studio 3
- Kyle Mew
- 176字
- 2021-07-02 18:42:33
Workspace structure
The overall structure of Android Studio is not dissimilar to other IDEs. There are windows for editing text and screen components, others for navigating project structures, and others still for monitoring and debugging. The IDE is highly flexible and can be configured to suit many specific needs and preferences. A typical layout might look like this:

A typical workspace layout
Although these windows can be arranged in any way we please, generally speaking, in the previous screenshot, the four panes might have the following functions:
- Navigating a project, module, or library
- Editing text and designing layouts
- Defining component properties or screen previews
- Monitoring and debugging
There are times when a large number of open panes can be distracting; for these times, Studio has a Distraction Free Mode, which displays only the current editor window and can be entered from the View menu.
There are many different perspectives we can take on our projects and many ways to organize them. The best way to see how is to take a look at each in turn.
推薦閱讀
- Cocos2D-X權威指南(第2版)
- PowerCLI Cookbook
- ASP.NET Core 2 and Vue.js
- Redis Essentials
- Visual FoxPro程序設計
- Unity 2018 Shaders and Effects Cookbook
- Deep Learning with R Cookbook
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Elasticsearch搜索引擎構建入門與實戰
- R語言:邁向大數據之路
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- Building Web Applications with Flask
- 構建跨平臺APP:響應式UI設計入門
- Lucene 4 Cookbook
- 架構師應該知道的37件事