1

I have not found any example to work with visual studio xamarin with mysql crud using mysql connector.

It would be great to have it, I hope somebody can provide such example.

1 Answers1

0

You cannot directly use MySQL on a mobile device no matter if you write your app with Xamarin and C# or Java or what ever you choose.

The typical solution would be to implement a web service around your database and consume it within your mobile app.

tequila slammer
  • 2,821
  • 1
  • 18
  • 25