I've seen many tutorials referring to how to do this locally and the rest of the tutorials are so riddled with mistakes that I was unable to salvage them (none of them referred to doing this with Android).
I've seen tutorials for using local DBs with android (that looks pretty simple). I want to be able to read/write to a MySQL DB I have on a server from the app. Before anyone asks: the user will not be entering info in/have access to the data going to the server.
I'm also unsure of what Class.forName I'd be able to use; I know "com.mysql.jdbc.Driver" requires additional drivers (which seems like a bad choice considering I want to use this for android apps).
Any tutorials or advice that would help me accomplish this? Perhaps I'm simply failing to find good tutorials, but so far the tutorials have left me more confused than when I started.