how can create connection between android and External database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

10th Aug 2017, 5:03 AM
hamid
hamid - avatar
4 Answers
+ 1
think ms access, or mysql
10th Aug 2017, 9:39 AM
hamid
hamid - avatar
0
Check it on Udacity.com You'll find a lot of useful things!
10th Aug 2017, 5:55 AM
Elias Papachristos
Elias Papachristos - avatar
0
it depends on which database you want to connect to. MySQL? Postgres? Sqlite? MSSQL?
10th Aug 2017, 7:05 AM
Martin Ed
Martin Ed - avatar
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.
10th Aug 2017, 10:35 AM
Calviղ
Calviղ - avatar