Book Image

Learning Xamarin studio

By : William Smith
Book Image

Learning Xamarin studio

By: William Smith

Overview of this book

Table of Contents (16 chapters)
Learning Xamarin Studio
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Xamarin Studio IDE


Xamarin Studio's Integrated Development Environment (IDE) is similar to other IDEs you might have used in terms of functionality and layout. When you open a project, you will see many familiar components. As seen in the following screenshot, the editor window makes up a bulk of the IDE. This is where you will write and edit your code files, set breakpoints for debugging, and stare endlessly for hours asking yourself why you decided to become a software engineer instead of listening to your mother.

On the left-hand side (by default) the Solution pad serves the same purpose as the Solution Explorer in Visual Studio or the Project Navigator in Xcode. This tool displays your files and project architecture, and provides the visual context for the source control object status. At the top of the IDE is the information window. When you build and run your app, this window will display the build's status and any errors or warnings that are encountered.

Various other tool pads...