- 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.
推薦閱讀
- 微服務(wù)設(shè)計(第2版)
- Access 數(shù)據(jù)庫應(yīng)用教程
- Processing互動編程藝術(shù)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- LabVIEW虛擬儀器程序設(shè)計從入門到精通(第二版)
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實(shí)戰(zhàn)
- 從零開始學(xué)Android開發(fā)
- 奔跑吧 Linux內(nèi)核
- Python應(yīng)用開發(fā)技術(shù)
- C# 7.0本質(zhì)論
- Learning D3.js 5 Mapping(Second Edition)
- Practical Time Series Analysis
- 計算機(jī)應(yīng)用基礎(chǔ)
- Netty 4核心原理與手寫RPC框架實(shí)戰(zhàn)
- Android Application Programming with OpenCV 3