Reputation: 1213
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
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