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

Chapter 3. Working with Xcode and the Android SDK

In this chapter, we will cover the following topics:

  • Introduction to Xcode

  • Outlets and Actions

  • Creating a ViewController in Xcode

  • XIB, NIB, DESIGNER, and STORYBOARD files

  • Android SDK Manager

  • Xamarin Studio Designer for iOS

  • Creating a storyboard in Xamarin Studio

  • Xamarin Studio Designer for Android

  • Creating a Layout in Xamarin Studio

Now that you have Xamarin Studio set up and working, we'll take a little time to examine the third-party tools you will be using on a regular basis. First, we'll look at iOS development using Xcode with Xamarin Studio, paying particular attention to the Xcode IDE and Objective-C components we need to understand in order to bind our view controllers to our .NET code files. Next, we'll examine the Android SDK and learn about layout design and implementation. Following this, we'll look at the iOS and Android designers that come bundled with Xamarin Studio 5. Finally, you'll create some quick applications to apply what you...