Xamarin.Android的文档与官方的Java Android文档相同吗?代码相似吗?

huangapple go评论65阅读模式
英文:

Xamarin.Android has the same documentation as official Android documentation in Java? The code si similar?

问题

你可以使用这个文档 https://developer.android.com/reference 代替 https://learn.microsoft.com/it-it/xamarin/android/? 仅适用于 Xamarin.Android 框架。

英文:

Can I use this doc https://developer.android.com/reference instead of https://learn.microsoft.com/it-it/xamarin/android/? Only for Xamarin.Android framework

答案1

得分: 0

不,Android原生文档不能完全替代Xamarin官方文档,

以下是一些区别。

  1. 开发语言。Xamarin Android官方文档使用C#,而Android原生文档使用Java或Kotlin。如果你需要在Xamarin Android中编写代码,而你是Java开发人员,请阅读以下文档。
    https://learn.microsoft.com/en-us/xamarin/android/get-started/java-developers

  2. Xamarin.Essentials 为开发人员提供了跨平台的移动应用程序API。Android原生文档没有这部分内容。

  3. 有关Azure的数据和云服务部分。

  4. 如果在开发Xamarin Android应用程序时遇到问题,Xamarin Android文档提供故障排除提示。

如果你开始学习Xamarin Android,请首先阅读Xamarin Android文档,如果你需要更多关于原生Android的细节,你可以阅读Android原生文档。

英文:

No, Android native document can't replace of xamarin offical document completely,

Here are some differences.

  1. Development language.Xamarin android offical document is C#, Android native document is Java or Kotlin.
    When you need to write some code in xamarin Android, And you are jave developer please read blew document.
    https://learn.microsoft.com/en-us/xamarin/android/get-started/java-developers

  2. Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications. Android native document do not have this part.

  3. Data and Cloud Services about Azure part.

  4. If you meet some issue when develop xamarin android application, Xamarin android document provide troubleshooting tips.

If you begin to learning xamarin android, please read the xamarin android documents firstly, if you need more details about native android, you can read the android native document.

huangapple
  • 本文由 发表于 2020年8月12日 23:42:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/63380069.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定