Book Image

Xamarin Mobile Application Development for Android

Book Image

Xamarin Mobile Application Development for Android

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 the POI app


Now that we already have our development environment ready, let's begin by building the POIApp.

The following section will walk you through the several steps involved to create, build, and deploy the POI application into the Android device:

  1. Launch Xamarin Studio.

  2. From the File menu, navigate to New | Solution. The New Solution view will be presented, as shown in the following screenshot:

  3. Select the Android section on the left-hand side of the screen, navigate to App | Android App, and then click on Next.

  4. Enter the app name as POIApp and the application identifier as com.packt.poiapp.

  5. From the Compatibility selection, select Maximum Compatibility to make your application compatible on a full range of devices.

  6. From the Themes drop-down menu, you may select from the range of available themes and click on Next:

  7. Review the project location and adjust it if desired. Click on Create:

  8. Xamarin Studio will create a solution and the required project folders. The project folder will contain...