- Xamarin Blueprints
- Michael Williams
- 174字
- 2021-07-08 11:48:25
Chapter 3. Building a GPS Locator Application
In this chapter, we will delve deeper into code sharing. We will build a Xamarin.Forms
application that integrates native GPS location services and Google Maps APIs. We will cover more content on IoC containers, the Xamarin.Forms.Maps
library, and techniques for c-sharp async
and background tasks.
Expected knowledge:
- Web services
- JSON
- Google Maps
- Google Geocoding APIs (it helps to have a Google Developer account)
In this chapter, you will learn the following:
- Core location and GPS
- Navigation with
Xamarin.Forms
- Google Maps integration
- Integrating Google Maps with
Xamarin.Forms.Maps
- Reactive extensions
- Core location with iOS and the
CLLocationManager
Library - Android and the
LocationManager
- Creating our Windows project
- Core location services with Windows Phone
- The Application class
- Web services and data contracts
- Integrating with a Google APIs
- Creating the Geocoding web service controller
Newtonsoft.Json
and Microsoft HTTP client librariesModernHttpClient
and client message handlers- Feeding JSON data into the
IObservable
framework more reactive extensions - Resource (RESX) files
- Using the Geocoding web server controller
OnNavigatedTo
andOnShow
- Pythagoras equirectangular projection
推薦閱讀
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- JavaScript語言精髓與編程實踐(第3版)
- Mastering SVG
- Spring Cloud、Nginx高并發核心編程
- Visual Basic程序設計實驗指導(第4版)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 用Flutter極速構建原生應用
- Java程序設計:原理與范例
- SQL Server 2016數據庫應用與開發
- Java Web程序設計任務教程
- Mastering Android Development with Kotlin
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- OpenCV with Python Blueprints
- JavaScript從入門到精通(視頻實戰版)
- HTML5移動Web開發