Is it possible to create a web application using Xamarin? And then create a Xamarin iPhone and Android to connect to it?

I want to create an application using Xamarin. It is a web server and client for iPhone and Android. I would like to know if I can make my main web application using Xamarin.

Sorry, I have no experience in Xamarin. Then I want to connect this Xamarin App web server to the iPhone and Android application.

Thanks!

+4
source share
1 answer

At its core, Xamarin iOS and Android technology are based on Mono , which in turn implements most parts of the Microsoft.Net Stack. Thus, the answer is yes, you can create your backend using .Net using Microsoft or Mono ASP.Net Stacks and connect Xamarin Mobile applications to it.

+4
source

Source: https://habr.com/ru/post/1502039/


All Articles