Hope everyone's doing great;
What is the best client/server application to use with database for android?
I know the implementation of database with Java very well. Should I use MySQL, Oracle or Access for example or should I use SQLite Database if I need to access it via server over internet?
I wasn't advised to use JDBC at all; In other way, I was advised to connect to the database via HTTP request. But isn't SQLite Database a local one only available on the host?
Any ideas or is there any good tutorial about it? I'm a bit confused..
Thanks in advance and best regards, Chris