Book Image

Xamarin Mobile Application Development for Android, Second Edition

Book Image

Xamarin Mobile Application Development for Android, Second Edition

Overview of this book

Table of Contents (18 chapters)
Xamarin Mobile Application Development for Android Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating an Android tablet emulator


So far, we have built the POIApp to display the list of POIs fetched from the server and tested it on the Android smart phone. Before we begin with extending the POIApp to support Android tablets, let's create a new emulator instance for the Android tablet and run the existing POIApp built so far.

In order to create an emulator for the tablet, perform the following steps:

  1. From the main menu bar, navigate to Tools and open Google Emulator Manager. This will open the AVD manager window.

  2. To create a new emulator, click on the Create button, in the right-hand side pane.

  3. Set the AVD Name field to Nexus10, select Nexus 10 from the Device drop-down menu, set the Target field to Android 4.4.x, if needed, uncheck the Hardware keyboard present option, and click on OK.

  4. Note that the Target setting specifies the version of the Android platform and the API level that will be used for the emulator.

  5. Provide the configurations such as the AVD name, Device, Skin, Target, Memory...