Dan
Dan

Reputation: 701

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!

Upvotes: 5

Views: 6159

Answers (1)

Oliver Weichhold
Oliver Weichhold

Reputation: 10306

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.

Upvotes: 4

Related Questions