문제

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