且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

这是开发移动应用程序的***平台

更新时间:2023-02-03 11:54:10

你好,



我认为在这你可以使用Xamarin。这是编写高级应用程序的***方式。

您可以使用C#代码编写应用程序,它适用于Android,iOS和Windows Phone。

请参阅以下链接:



编写应用程序有两种方法:



1)Xamarin Forms:在这里你写一个UI和一个代码。它适用于不太复杂的应用程序,例如,如果您想要显示来自Web服务的一些信息。



链接:http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction-to-xamarin-表格/ [ ^ ]





2)Xamarin Android和Xamarin iOS:在这里你编写单独的应用程序,你可以使用每个平台的本机UI控件。您的代码是C#,因此您可以在应用程序之间使用它。



链接到iOS:http://developer.xamarin.com/guides/ios/ [ ^ ]





链接到Android: http://developer.xamarin.com/guides/ios/ [ ^ ]



希望它会有所帮助。
Hello,

I think that in this case you can use Xamarin. It is the best way to write advanced applications.
You can write your applications in C# code and it works on Android, iOS and Windows Phone.
Please see these links:

There are two ways for writing app:

1) Xamarin Forms: here you write one UI and one code. It is good for less complicated apps, for example if you want display some information from the web service.

Link: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction-to-xamarin-forms/[^]


2) Xamarin Android and Xamarin iOS: Here you write separate apps, you can use native UI controls for each platform. Your code is C# so you can use it between apps.

Link to iOS: http://developer.xamarin.com/guides/ios/[^]


Link to Android: http://developer.xamarin.com/guides/ios/[^]

Hope it will help.