需要集成了Google地图位置跟踪的Xamarin Forms basd应用程序的路线图

时间:2018-11-04 17:07:50

标签: .net xamarin.forms

作为一个独特的最后一年的项目,我打算将Google实时位置跟踪添加到xamarin.forms应用程序的实际使用中(类似于uber,但在多平台xamarin中)。 我想问一下是否可能实现以及如何完成这项任务的建议,就像我要实现它所需要的后端前端知识一样

1 个答案:

答案 0 :(得分:0)

使用xamarin可以100%满足您的要求。

要使用xamarin.forms,您需要重点关注以下内容。 1)XAML-对于前端 2)C#-业务逻辑 3)MVVM体系结构(ICommand接口和INotifyPropertyChanged接口) 4)Google Maps API 5)数据库-SQLite / Redis 6)了解.NET标准或.NET Framework或.NET Core

这里有一些很好的学习链接 https://docs.microsoft.com/en-us/xamarin/xamarin-forms/get-started/introduction-to-xamarin-forms https://www.microsoft.com/net/learn/dotnet/in-browser-tutorial/1

https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://developers.google.com/maps/documentation/&ved=2ahUKEwjYh5-an7veAhWXUn0KHbksB-gQFjAAegQIAhAB&usg=AOvVaw1nUfVwCJr5aQIMMe16E40A

https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://docs.microsoft.com/en-us/xamarin/xamarin-forms/enterprise-application-patterns/mvvm&ved=2ahUKEwisyc-mn7veAhUXfysKHSRwBsMQFjAAegQIAxAB&usg=AOvVaw07M_C9bcF__xpkN4bb9v0J

最适合项目。与我联系以获取任何帮助。