- 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
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- 移動UI設計(微課版)
- Clojure for Domain:specific Languages
- Dependency Injection in .NET Core 2.0
- Python從入門到精通(精粹版)
- Express Web Application Development
- Scala Data Analysis Cookbook
- App Inventor少兒趣味編程動手做
- Node.js區塊鏈開發
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- C Primer Plus(第6版)中文版【最新修訂版】
- WCF全面解析
- Building Apple Watch Projects
- Python全棧開發:數據分析
- Puppet Cookbook(Third Edition)