So I have a website which is running a MySql server. Now I want to use the MySql for my android application.
My question is how to do this? I did some search and it seem i need to create a web service and somehow expose the MySql via REST or something similar.
Can you please explain how can i do that? And is there a better way to do this ?