Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I want to create an application using Xamarin. This is a web Server and client iPhone and Android. I would like to know Can I make my core web Application Using Xamarin.

Sorry, I do not have any Experience in Xamarin. Then, I want to connect this Web Server Xamarin App to an iPhone and Android App.

Thanks!

like image 861
Danial Avatar asked Oct 03 '22 23:10

Danial


1 Answers

At the core, Xamarin's iOS and Android Technology is based on Mono which in turn implements most of the parts of Microsoft's .Net Stack. So the answer is yes, you could build your backend using .Net with either Microsoft's or Mono's ASP.Net Stacks and have your Xamarin Mobile apps connect to it.

like image 86
Oliver Weichhold Avatar answered Oct 07 '22 20:10

Oliver Weichhold