Vítor Nóbrega
Vítor Nóbrega

Reputation: 1213

Best way to communicate between Android app and external database

I am starting an Android app and i will need to have a external database, maybe MySQL.

What is the best way to link my app at my database? Should i have a web application with controllers to acess at database or should i create webservices to make connection beetween my app and my server?

Thanks for you help

Upvotes: 0

Views: 613

Answers (1)

Odys
Odys

Reputation: 9090

Create a webservice that will have an API in order to get instructions from Android and native access to your Db.

Upvotes: 2

Related Questions