I'm new to android app development.
Can I connect directly to a remote MySQL database?
If not, do I need to send a POST
or GET
request to a URL that'll handle the database instead?
Is it dangerous to connect directly to a remote MySQL database since you'd put the username and password in your code where anyone can see it?