Ali*_*iMC 13 xamarin.ios xamarin.android xamarin xamarin.forms
我们有一个Android应用程序,并希望为跨平台重新创建它.
Xamarin原生和形式的事实是什么?
本机的优点是,我们可以重用所有的xml布局,而我们必须在XAML或XIB中重新创建iOS视图?
什么是真正的阻挡者?
Dbl*_*Dbl 17
我将基于Giorgi的回答和一些实际见解发表评论,并参考复制的要点:
这是我过去6个月收集的经验的简历:
表格目前似乎趋于稳定,我相信微软会尽最大努力将其变成一个可靠,可靠的产品(有时候构建问题一直是个噩梦,但随着时间的推移,它会变得更好)
与WPF XAML相比,Xamarin的XAML不太发达,尽管非常相似.然而,最近的nuget更新以令人印象深刻的速率提供了镜像功能.您期望和喜爱XAML的绝大多数功能都存在.
如果你不做你的研究(这里),列表表现是不好的.性能增加了该区域的负载.
如果我不得不再次做出选择,我仍然会选择表格.虽然有时会出现一些看似有缺陷/有缺陷的事情,但您通常可以通过某种方式找到一个干净的修复方式,同时花费大部分时间来实际开发应用程序.(有时候你仍会发现让你皱眉的事情,为什么没有实现某些东西,比如只在微软购买xamarin之后才实现Margin属性)
Xamarin.Forms最适合:
Run Code Online (Sandbox Code Playgroud)Apps that require little platform-specific functionality Apps where code sharing is more important than custom UI Developers comfortable with XAML
Xamarin.iOS和Xamarin.Android最适合:
Run Code Online (Sandbox Code Playgroud)Apps with interactions that require native behavior Apps that use many platform-specific APIs Apps where custom UI is more important than code sharing
归档时间: |
|
查看次数: |
1736 次 |
最近记录: |