I'm going to be building an application that will be used across multiple devices including:

  • iOS
  • Android
  • WinRT (Windows 8 & Window 8 RT)
  • Windows Phone 8

I would like to develop the business logic once and use it across all devices, and then develop the UI for each individual device which in turn interfaces with the business logic. Is there a language that is natively supported across all of these platforms and if so what is it?

Note: I'm NOT Looking for a all-in-one solution for UI and business logic. I'm simply trying to develop the logic behind the app that can be re-used if possible by all platforms

有帮助吗?

解决方案

Have a look at Portable Class Libraries. These are typically coded in C# and can be reused throughout all those platforms.

You will probably also need Xamarin

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top