简体   繁体   English

在Android应用和外部数据库之间进行通信的最佳方式

[英]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. 我正在启动一个Android应用程序,我需要一个外部数据库,也许是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? 我应该有一个带有控制器的Web应用程序来访问数据库,还是应该创建webservices以在我的应用程序和我的服务器之间建立连接?

Thanks for you help 谢谢你的帮助

创建一个具有API的Web服务,以便从Android获取指令并对Db进行本机访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Android 应用程序和 JavaFX 应用程序之间进行通信的最佳方式 - Best way to communicate between an Android App and a JavaFX Application 如何通过Android应用程序与外部SQL数据库进行通信? - How to communicate with an external SQL database through an Android app? 如何在 Android 应用程序和 Webots 机器人之间进行通信 - How to communicate between Android app and Webots robot 在jsp页面和Servlet之间进行通信的最佳方法是什么? - What is the best way to communicate between a jsp page and a Servlet? 在同一JVM内的Spring应用程序之间进行通信的最佳方式 - Best way to communicate between Spring applications within same JVM 在同一主机上的node.js和java之间进行通信的最佳方式 - Best way to communicate between node.js and java on the same host 在两个应用程序之间进行通信的最佳和最快方法是什么? - what is the best and fastest way to communicate between two applications? android应用程序连接到外部数据库 - android app connects to external database 在Android应用上访问外部数据库 - Accessing External Database on an Android app 在我的外部数据库中使用 google-in-app 计费保存用户订阅的最佳方法? - Best way to save users subscription with google-in-app billing in my external database?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM