如何使用.net创建应用程序

问题描述:

我是一个.net开发者我需要创建应用程序意味着我应该做什么?用于创建Android的应用程序,ios in .net

im a .net developer i need to create apps means what should i want to do? for creating apps for android,ios in .net

如果你想在.NET中开发Android应用程序,或许使用Xamarin框架是最好的选择。 http://xamarin.com/ [ ^ ]



或者,如果您不限于使用.NET,并且熟悉HTML和JavaScript,那么可能正在开发应用程序HTML5 / Javascript也是一种选择。但请注意,这些应用程序将是开发的Web应用程序,它们的功能将少于Java(Android)和Objective-C(iOS)中开发的应用程序。
If you want to develop android apps in .NET the perhaps usinf the Xamarin framework is the best option. http://xamarin.com/[^]

Alternatively, if you are not restricted to using .NET and you are acquainted with HTML and JavaScript then perhaps developing applications using HTML5/Javascript is also an option. But be aware that these applications will be web applications developed and they will have less capabilities than the applications developed in the Java(Android) and objective-C(iOS).


查看此文章

挑战与解决方案 - 现代网络架构应用程序 - 移动应用程序 - 第3部分 [ ^ ]