0
how can create connection between android and External database?
I want to create an android app with android studio to connect ms access database located on my laptop hard, what I need to know, tell me keywords to searching about that's. for example asp.net or sql server.
4 ответов
+ 1
think ms access, or mysql
0
Check it on Udacity.com
You'll find a lot of useful things!
0
it depends on which database you want to connect to.
MySQL?
Postgres?
Sqlite?
MSSQL?
0
You can't directly access the remote database.
You need web server together with server script PHP or NodeJS, and database Mysql or MongoDB. Use the server script build a REST Api with authorization server.
Your Android app code can access the REST Api interface with granted authorization token via Ajax.