Hacker News new | ask | show | jobs
by apayan 3706 days ago
Interesting. I was unaware that Xamarin maps widgets like that. Thanks for enlightening me. :-)

How does it abstract away the more fundamental differences between platforms Activities/Fragments vs. UIViewControllers?

1 comments

You win some you lose some. With Fragments Xamarin actually extends support to earlier Android devices. Less of an issue now, but there was a time when this actually extended platform reach, reduced code, and simplified training/upgrades.

For some things it's about the common talk-to-the-backend code, not true-code-once across iOS/Android...