简体   繁体   English

如何在现有的 iOS 或 Android 项目中使用 Xamarin?

[英]How to use Xamarin in existing iOS or Android Project?

I have an iOS project written in Swift.我有一个用 Swift 编写的 iOS 项目。

I want to launch Xamarin.Forms Views inside iOS Native Project.我想在 iOS 原生项目中启动 Xamarin.Forms 视图。 How to do two way communication from iOS Native Project to Xamarin.Forms view?如何进行从 iOS Native Project 到 Xamarin.Forms 视图的双向通信?

is there any way to achieve this task?有没有办法完成这个任务?

Ex.前任。 I can achieve this task using Flutter Module.我可以使用 Flutter 模块来完成这项任务。

https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps
https://medium.com/flutter-community/add-flutter-to-existing-android-ios-app-ae8c4fb1582e

How to achieve above using Xamarin?如何使用 Xamarin 实现上述目标?

This can be done with Xamarin Forms Native Views这可以通过Xamarin Forms 原生视图来完成

You maybe can di that with the Embeddinator-4000 that creates native libraries of .NET libraries.您也许可以使用 Embeddinator-4000 创建 .NET 库的本机库。 https://github.com/mono/Embeddinator-4000 https://github.com/mono/Embeddinator-4000

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

相关问题 将现有的Android项目移植到Xamarin中的WP和iOS? - Porting an existing Android project to WP and iOS in Xamarin? 微软计划如何支持Xamarin? 我们能否将现有的 Xamarin.iOS 或 Xamarin.Android 项目迁移到 MAUI? - How Microsoft planning to support Xamarin? Will we able to migrate existing Xamarin.iOS or Xamarin.Android project to MAUI? 如何在Xamarin中为Windows,iOS和Android使用ZeroMQ - How to use ZeroMQ in Xamarin for Windows, iOS and Android 如何从Xamarin(Android和iOS)使用OpenCV? - How to use OpenCV from Xamarin (Android and iOS)? 如何在Xamarin Android Project中正确使用referenceJar? - How to properly use a referenceJar in Xamarin Android Project? 如何使用 java 依赖于 xamarin android 项目? - How to use java dependencies to xamarin android project? 我如何使用PCL项目在Xamarin中为Android和iOS开发应用程序? - How do i Use a PCL project to develop an app for Android and iOS in Xamarin? Xamarin iOS免费配置对现有项目失败 - Xamarin iOS free provisioning fails for existing project 如何在 Xamarin.Android 和 Xamarin.iOs 上使用 Dropbox 选择器 - How to use the Dropbox Chooser on Xamarin.Android and Xamarin.iOs 如何将现有的Xamarin.iOS项目迁移到Xamarin.Forms代码中? - How to migrate existing Xamarin.iOS project into Xamarin.Forms code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM