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.
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.
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.