- Xamarin Mobile Application Development for Android(Second Edition)
- Nilanchala Panigrahy
- 146字
- 2021-07-16 20:32:41
The Xamarin Studio IDE
After creating POIApp
, the project will be opened within the environment.
The following screenshot depicts Xamarin Studio after the project has been created:

Like any other modern IDE, Xamarin Studio is organized with a set of menus at the top of the screen, a context-sensitive toolbar below it, and a series of dockable pads for viewing and manipulating various types of content. By default, Xamarin Studio is configured with the following options:
- The Solution pad is docked on the left-hand side and allows you to explore the structure and content contained in the project
- Editor windows are in the middle and present the content of files for viewing and manipulation
- Task-specific pads are collapsed on the right-hand side and bottom and can be expanded by hovering over the icon and caption
Additional pads can be accessed by navigating to View | Pads.
推薦閱讀
- C語言程序設(shè)計(jì)案例教程
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語言
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- 圖數(shù)據(jù)庫(kù)實(shí)戰(zhàn)
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- TypeScript 2.x By Example
- Mastering PowerCLI
- Flink核心技術(shù):源碼剖析與特性開發(fā)
- Learning ECMAScript 6
- Koa與Node.js開發(fā)實(shí)戰(zhàn)