- Xamarin Mobile Application Development for Android(Second Edition)
- Nilanchala Panigrahy
- 174字
- 2021-07-16 20:32:41
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:
- Launch Xamarin Studio.
- From the File menu, navigate to New | Solution. The New Solution view will be presented, as shown in the following screenshot:
- Select the Android section on the left-hand side of the screen, navigate to App | Android App, and then click on Next.
- Enter the app name as
POIApp
and the application identifier ascom.packt.poiapp
. - From the Compatibility selection, select Maximum Compatibility to make your application compatible on a full range of devices.
- From the Themes drop-down menu, you may select from the range of available themes and click on Next:
- Review the project location and adjust it if desired. Click on Create:
- Xamarin Studio will create a solution and the required project folders. The project folder will contain a default
MainActivity.cs
class and aMain.axml
layout file.
推薦閱讀
- Expert C++
- SpringMVC+MyBatis快速開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- Getting Started with Laravel 4
- Scala程序員面試算法寶典
- 編程與類型系統(tǒng)
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Building Serverless Web Applications
- Data Manipulation with R(Second Edition)
- 零基礎(chǔ)學(xué)SQL(升級(jí)版)
- JavaScript Mobile Application Development
- Android開發(fā)權(quán)威指南(第二版)
- C語(yǔ)言從入門到精通(微視頻精編版)
- OpenStack Sahara Essentials