Ask HN: Is Xamarin worth learning?
151–160 of 168 posts
Re: Ask HN: Is Xamarin worth learning?
#152Earlier quoted context omitted.
How would you distinguish between the two if both are running above 60fps, which RN effortlessly can?
> which RN effortlessly can* I respect RN and the engineering behind it, however how can it beat the raw, on-metal performance of Swift/Java? I'm not talking about CRUD/TODO list apps like https://li.st , but performance critical apps like Spotify etc. Facebooks own apps are written in native code, IIRC. I would love to be proven wrong here, and it would be great if you can provide some sources.
They are written in React Native. See: https://facebook.github.io/react-native/showcase.html
Re: Ask HN: Is Xamarin worth learning?
#153There is an approach to have all native apps with good codeshare developed easily. There are alternative approaches with less advantages.
We are using Xamarin since before it was Xamarin and are happy. Literally, there is no other way to have production-quality native apps for iOS and Android written in one language (with code shared). (Unless it's C-like language?)
Our code share is around 60-70%, depending on the project. What I personally like in Xamarin it's a) one language b) such easy and comfortable way of introducing new features and fixing bugs.
If you have a bug in the logic, you fix it in the Core, and boom it's fixed in 3 apps. Once you developed a feature for iOS (or Android), boom, it's ready for all platforms. Just add the UI part (UI logic is in the core as well).
One of the disadvantages was app size, but nowadays Uber app is 80+ Mb (swift-based). Nobody cares.
If you have to use different APIs on different platforms - fine. Totally possible.
IDE is fine, I'd say much better than XCode.
There is also a problem that people mistaken Xamarin and Xamarin.Forms. Forms is different technology and as of now (2.3) I would recommend it only to the limited set of scenarios.
To clarify, I am Microsoft MVP. But I am MVP cause I like Xamarin and I use it every day. Not otherwise.
Feel free to ask any questions on twitter @AlexSorokoletov.
Re: Ask HN: Is Xamarin worth learning?
#154Ruby Motion vs React Native vs Xamarin vs Native (Java/Swift) is a question I have all the time. All look interesting and worth learning
We are in favour of Native. We are still in product market fit with our current product (native iOS to native Android online instant porting tool, www.myappconverter.com) but we are making good progress based on customers and user feedback. We are currently working to support auto-layout.
I agree that RN is the most sophisticated of the options but at the same time I would rater write in Ruby than in javascript. There are some other languages that you can pretty well compile to JS (cljs for example), but in the end you're still dealing with javascript.
Re: Ask HN: Is Xamarin worth learning?
#155I've been extremely disappointed in Xamarin. The main issue is that you don't really get code sharing. I would estimate that only 25% of the Xamarin project I manage is cross platform code. The rest is this bizarre merger of native APIs with C#. It's difficult to write because of the lack of examples and documentation. It's also buggy, even with simple things like page views. The real problem is that I can write a na…
I've had completely the opposite experience. Have worked on several medium-to-very large Xamarin projects (4 developers up to 60 developers) and rarely have I seen code sharing drop below 50%, with the sweet spot being around 60%. 2 years ago, Xamarin was buggy as hell. Today, (IMHO) it's quite stable. Edit: downvoted for sharing my experience? Stay classy, HN.
Re: Ask HN: Is Xamarin worth learning?
#156Re: Ask HN: Is Xamarin worth learning?
#157Re: Ask HN: Is Xamarin worth learning?
#158I've been extremely disappointed in Xamarin. The main issue is that you don't really get code sharing. I would estimate that only 25% of the Xamarin project I manage is cross platform code. The rest is this bizarre merger of native APIs with C#. It's difficult to write because of the lack of examples and documentation. It's also buggy, even with simple things like page views. The real problem is that I can write a na…
I've gotten great levels of code-sharing, but you don't just get it out of the box. You really have to architect for it. See: MvvmCross and ReactiveUI.
Re: Ask HN: Is Xamarin worth learning?
#159I've been extremely disappointed in Xamarin. The main issue is that you don't really get code sharing. I would estimate that only 25% of the Xamarin project I manage is cross platform code. The rest is this bizarre merger of native APIs with C#. It's difficult to write because of the lack of examples and documentation. It's also buggy, even with simple things like page views. The real problem is that I can write a na…
> I would estimate that only 25% of the Xamarin project I manage is cross platform code. Yep, you will keep hearing this from people complaining of Xamarin. A huge problem indeed, and I'd say enough for it not be worth learning.
Re: Ask HN: Is Xamarin worth learning?
#160I have read some fairly negative comments in this thread. I have experienced many of the negative aspects myself, and while I don't disagree with them, I would still say that it is worth learning this technology. Microsoft's strategy with bringing a phone to market appears to have failed so they're going to have to take the next best thing which is owning the development tools. I expect the outlook for the software t…
My primary question, as an Android developer who can write decent enough Swift when needed and who does not develop on any Windows platforms, is why should I learn Xamarin?
However if Xamarin takes off in the way I hope it will and becomes a high-quality product under the auspices of Microsoft, I believe it will become a vital skill in the marketplace.
And then, it would be like not knowing React or Angular as a web app engineer. Depending on the company's technology choices, that might not matter, or it might mean you don't get the job.