sunithshetty / Mastering-Xamarin-UI-Development

Code repository for the book, Mastering Xamarin UI Development, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Mastering Xamarin UI Development This is the code repository for Mastering Xamarin UI Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

//
// WalkEntryViewModel.cs
// TrackMyWalks ViewModels
//
// Created by Steven F. Daniel on 22/08/2016.
// Copyright © 2016 GENIESOFT STUDIOS. All rights reserved.
// using TrackMyWalks.Models;
using TrackMyWalks.ViewModels;
using Xamarin.Forms;
namespace TrackMyWalks
{
  public class WalkEntryViewModel : WalkBaseViewModel
{

The minimum requirement for this book is an Intel-based Macintosh computer running OS X El Capitan 10.11. We will be using Xamarin Studio 6.1.2, which is the Integrated Development Environment (IDE) used for creating Xamarin.Forms applications using C#, as well as Xcode 8.2.1 to compile our iOS app and run this within the simulator. Almost all the projects that you create with the help of this book will work and run on the iOS simulator. However, some projects will require an iOS or Android device to work correctly. You can download the latest versions of Xamarin Studio and Xcode at: Xamarin Studio: http://xamarin.com/download Xcode: https://itunes.apple.com/au/app/xcode/id497799835?mt=12

##Related Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.

About

Code repository for the book, Mastering Xamarin UI Development, published by Packt

License:MIT License


Languages

Language:Assembly 99.2%Language:Java 0.4%Language:Objective-C 0.3%Language:C# 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:CSS 0.0%