TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Xamarin Forms

25 点作者 bendiksolheim超过 5 年前

5 条评论

benji_is_me超过 5 年前
I recently gave xamarin a go using the visual studio integration: it was a horrible experience. The VS integration was terrible at crucial tasks like tracking file changes (even with frequent build cleans and restarts), and the APK sizes were huge compared to native builds. Xamarin forms was still very awkward to use.<p>If you try xamarin, don&#x27;t use it with visual studio. Both dart&amp;flutter and kotlin feel considerably smoother in my experience, even with the dumpster fire that is android studio.
pastrami_panda超过 5 年前
I saw a great video on domain driven design in F# a couple weeks back here on HN, now this. I can&#x27;t believe I&#x27;m saying it but I&#x27;m actually curious to try out Xamarin now!
dm33tri超过 5 年前
A little bit off-topic, but why is .christmas tld all over hacker news today?
评论 #21760720 未加载
评论 #21760691 未加载
NonEUCitizen超过 5 年前
What is the size of a minimal Fabulous app?
评论 #21760654 未加载
评论 #21760752 未加载
rubber_duck超过 5 年前
Last time I tried Xamarin Forms was almost 3 years ago so things probably got a little better with .NET standard and all that jazz but I would NEVER touch Xamarin Forms even if I was going to use Xamarin again.<p>The amount of Indian code farm developers generating content for it is surreal - the community is full of low quality garbage (Q&#x2F;A, docs, code) - the official docs and libraries were horrible - like their examples reference a library that comes from Xamarin (something like contrib repo - don&#x27;t remember exactly but a fairly big&#x2F;common lib) - some control from this lib doesn&#x27;t work with latest framework - you try searching for the reason - eventually on the GH issues you find that the author (some guy at Xamarin) decided the approach the entire library is taking is a dead end and he&#x27;s working on another lib - meanwhile the official one doesn&#x27;t work against the latest version of the framework but the docs are still referencing it and it&#x27;s published under Xamarin namespace&#x2F;GH.<p>The amount of time I spent in that hellhole to get a demo working is surreal - it would have taken 1&#x2F;2 the time to build a C# core with native frontends even in Xamarin toolkit, and with things like Flutter - honestly you are going to be more productive and get better results if you rewrite the C# logic in Dart or build a bridge and just do the UI in Flutter. Ionic will not come close in quality - but for form based apps the productivity is insanely better (even considering how broken plugins are and the hassle of every other iOS upgrade breaking your app in some way). Or probably any other mobile frontend tech.<p>TL;DR: Xamarin (Forms) is by far the worst framework for mobile development I&#x27;ve tried, and talking to other C# devs that used it on commercial projects they unanimously agree.
评论 #21760861 未加载
评论 #21760951 未加载