Targeting/Developing for multiple mobile platforms with one programming language (C#)? Cost-Benefit?

后端 未结 8 1750
眼角桃花
眼角桃花 2020-12-13 19:26

Today it is possible to use C# programming for multiple mobile platforms such as:

  • WindowPhone7
  • Android - Monodroid
  • iPhone - Monotouch
8条回答
  •  暖寄归人
    2020-12-13 19:59

    Cross-platform solution only works if your application is simple and straightforward. If you require complex features such as local data store with complex object graphs, go native or expect to spend months to debug problems

提交回复
热议问题