PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, September 13, 2022

[FIXED] Which platforms does Xamarin support?

 September 13, 2022     cross-platform, target-platform, xamarin     No comments   

Issue

I tried finding the information both on their website and on the Internet, but it appears that everywhere I look, a different list pops up.

  • Their front page says iOS, Android, Windows and Mac.

  • In their documentation (http://docs.xamarin.com/), only Android iOS, Mac are mentioned at the docs front-page. I'm wondering does this mean Windows has lesser priority compared to others.

  • On the Internet, I've found even more inconclusive information. Also, it's hard to conclude what Windows means, mobile or desktop.

I've never used the product, but would love to try it for the game that I want to create, so I have two questions:

  1. Can you give me a complete list of supported platforms (Android, iOS, Mac, Windows, Windows Phone, HTML5, Flash...)?
  2. Can I target Facebook app with Xamarin?

Thanks in advance.


Solution

To update and extend Jason's answer there is now Xamarin.Forms that let us build cross-platform GUI for Android, iOS and Windows Phone. Looking at Xamarin's FormsGallery sample app I think it is fair to say that it de facto supports Windows Phone as well.

In addition to Xamarin.Forms there's always the possibility to use Xamarin.iOS, Xamarin.Android and Xamarin.Mac for platform customizations.

Xamarin.Mobile is in a preview release and supports Android, iOS and Windows Phone. It is used as an abstracted API of the native services (camera, geolocation etc).

However since you need the local SDK's installed for compilation you need a Mac computer to be able to deply for iOS. In order to compile for Windows Phone you need to use Visual Studio and the Xamarin Plugin, Xamarin Studio is not able to do this.

To conclude Xamarin supports development for

  • Android
  • iOS
  • Windows Phone
  • Mac

However not all of Xamarin's API's are implemented for all platforms.



Answered By - HischT
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing