简体   繁体   English

如何在Android中以图形形式表示MySQL数据库?

[英]How to represent the mysql database in graph form in android?

我正在尝试实现数据库的图形表示。我正在使用php访问数据库。我不知道该怎么做。

First you need to decide what kind of graph that you want to draw. 首先,您需要确定要绘制哪种图形。 Select a mobile friendly JavaScript library that can draw the graph that you want. 选择一个可移动的JavaScript库,该库可以绘制所需的图形。 Read it's documentation and generate HTTP response that can be used as input to the JavaScript library that you use. 阅读文档,并生成HTTP响应,可以将其用作您所使用的JavaScript库的输入。 You can use PHP for that. 您可以使用PHP。 Use WebView ( http://developer.android.com/guide/webapps/webview.html ) to you graph to your application. 使用WebView( http://developer.android.com/guide/webapps/webview.html )绘制应用程序图。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM