简体   繁体   English

从Xamarin.Forms迁移到Xamarin.Android

[英]Migrate from Xamarin.Forms to Xamarin.Android

I'll initiate a project in Xamarin.Forms. 我将在Xamarin.Forms中启动一个项目。 But in future probably some feature is limited in Forms, then it's possible to work in this specific view, and just this, use Xamarin.Android and maintain the rest of app in Forms. 但是将来在Forms中可能会限制某些功能,然后可以在此特定视图中工作,仅此而已,请使用Xamarin.Android并在Forms中维护其余应用程序。

How much difficult it is? 有多少困难?

Xamarin Forms has two primary mechanisms that allow you to access native platform features from within a Forms app: Dependency Injection and Custom Renderers . Xamarin Forms具有两种主要机制,可让您从Forms应用程序中访问本机平台功能: 依赖注入自定义渲染器 Neither is necessarily difficult to use; 两者都不一定很难使用。 however, the complexity will depend on the nature of your use case. 但是,复杂性将取决于用例的性质。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM