8BiT
Lurker
So I'm sure I'm the millionth person to ask this question here but I just can't seem to find a definitive or decisive answer anywhere.
LONG Version:
I'm working on an app that requires lots of user to database communication to perform all of the basic CRUD operations. After extensive searching I've found multiple solutions to this problem, ranging from Volley to ORMs, to PHP scripts and about 5 confusing tutorials on how to implement the latter.
My only issue is, I can't seem to find an up to date (2018) relevant tutorial for doing this via PHP. Seems a lot of the tutorials use deprecated methods and/or don't provide a full explanation for what is going on. For a beginner in this area, this can be quite daunting to figure out the right way of doing this.
SHORT version:
So my question is, what is the best way to go about connecting an Android app to a MySQL database, and if it's via PHP, then can someone point me in the right direction for doing it right and proper?
LONG Version:
I'm working on an app that requires lots of user to database communication to perform all of the basic CRUD operations. After extensive searching I've found multiple solutions to this problem, ranging from Volley to ORMs, to PHP scripts and about 5 confusing tutorials on how to implement the latter.
My only issue is, I can't seem to find an up to date (2018) relevant tutorial for doing this via PHP. Seems a lot of the tutorials use deprecated methods and/or don't provide a full explanation for what is going on. For a beginner in this area, this can be quite daunting to figure out the right way of doing this.
SHORT version:
So my question is, what is the best way to go about connecting an Android app to a MySQL database, and if it's via PHP, then can someone point me in the right direction for doing it right and proper?