How to use Google's ARCore in MAUI Blazor application - arcore

I am building a mobile app using Maui Blazor and .NET 7.
I need google augmented reality services (aka Google ARCore) in it.
How to use those services in MAUI Blazor?
I don't know where to start.
Thanks

First, you can check this Getting started with ARCore for more information.
Second, you can use the Xamarin.Google.ARCore nuget package in your project.

Related

SignalR with react native app and c# website

Is there any way to connect signalR to my React native app
Previously I had a web version in ASP .net and in that I had implemented SignalR.
But now we have to develop a react native App and also integrate chat in it.
So is there any way to connect with the same server and methods in the App?
This is good library to connect signar hub with react-native.
https://github.com/olofd/react-native-signalr
Only issue is that its not updated in a long time. we use this in our app and it works as expected.

Is there any convenient way of converting WPF project to iOS desktop application?

I have developed a WPF application which is run on windows platform. But my client wants the same desktop application on iOS platform. How can I do that without developing a new application?
You cann't convert WPF project to iOS application. You cant try to reimplement your app on xamarin.

Programmable Chat - Xamarin Forms Chat App for Windows (UWP) and Mac in future

We are building a chat client in Xamarin Forms (.NET, PCL) for Windows 10 (UWP), Android, iOS and for Mac in future.
We are evaluating Twilio Programmable Chat as a platform to built on.
Is there a .NET SDK (PCL or non-PCL) that we can use to build the client?
Or can we built one of our own using a .NET socket library of our own?
There's no .NET SDK currently available, however Xamarin SDK is planned (no exact date, we'll try to get it going ASAP). You can always use generated wrappers to access the REST API from your application or write your own. The API documentation on the site should be sufficient to get you going, but if you have any specific questions - feel free to ask on SO or from Twilio Support.
Hope this helps.

SignalR for Swift iOS native app

i've read this article but it uses xamarin
http://components.xamarin.com/view/signalr
So anyone have tried and tested a SWIFT library for build a signalr (versione 2.x) ios native app?
Thanks
There is a work on-going:
https://github.com/adamhartford/SwiftR
I wish Microsoft can build an official ios client for SignalR
No, because Xamarin is not capable of building a [static] library that can be consumed by a Swift app.

metaio Augmented Reality tutorial

I am new to Augmented Reality application development.I want to develop Android Application using Metaio SDK,but I am not getting any information about AR development using metaio.Please suggest me some tutorials on AR application development using Metaio SDK
Please take a look at official Getting Started and Tutorials. The SDK installer includes examples and templates for each supported platform.

Resources