I'm trying to build an Android app where the database is on the server side.I hear that SQLite is a local database so it doesn't really work for what I'm trying to do.
In java I would use JDBC to connect to MySQL and send requests normally. In PHP too it's almost the same thing.
The app needs a login system and all of that... How can I do this in Android ?