Amit Khese
Amit Khese

Reputation: 102

Is it possible to build desktop cross platform app(Same as electron) using xarmin.forms?

Can we build desktop cross platform app(Windows & mac atleast) using xamrin.forms. I know electron is already there, but more interested to know if the same job can be done using xamrin.forms?

Upvotes: 0

Views: 55

Answers (1)

FreakyAli
FreakyAli

Reputation: 16459

If you check the Platform Specifications for Xamarin at GitHub it describes everything that you are looking for eg the supported platforms, are they stable yet or not and more.

In my understanding you are looking for:

macOS || Preview || Microsoft

UWP || Stable || Microsoft

And also if you needed it:

WPF || Early Preview || Community

Status

Early Preview - these platforms are early in the development cycle and made available for feedback on their viability and usefulness. Reported issues are treated as feedback.

Preview - these platforms are in some stage of development and reported issues will be addressed as time allows.

Stable - these platforms are fully supported and reported issues get priority attention.

Supported By

Community - supported by the contributor and community at large, of which Microsoft is an active participant.

Third Party - supported by a third party organization.

Microsoft - the Xamarin.Forms team fully supports these platforms.

Upvotes: 2

Related Questions