←back to thread

59 points noworriesnate | 2 comments | | HN request time: 0.478s | source
Show context
dcveloper ◴[] No.42184887[source]
Is this a Xamarin successor?
replies(3): >>42185103 #>>42185125 #>>42186428 #
1. noworriesnate ◴[] No.42185125[source]
Yes. It can use either XAML or C# markup. I think it uses the same stuff as Xamarin did when you developed Xamarin Native where you were using C# bindings to the native UI SDKs. The developer experience is a lot better than Xamarin because now they have a single C# project that targets everything--Linux, Windows, Mac, web, Android, and iOS at least.
replies(1): >>42187933 #
2. francoistanguay ◴[] No.42187933[source]
You're totally right.

Uno sits on top of .NET for iOS/Android, aka Xamarin "Classic".

Single Project/Single Codebase with your choice of XAML or C# Markup, choice of Native or Skia-based rendering, works with VS/Code/Rider on Windows/macOS/Linux.