Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top