如何绘制像无线分析仪应用程序的Andr​​oid的图形?分析仪、应用程序、图形、Andr

2023-09-05 10:25:04 作者:痴人说梦 2π/d

我试图建立一个现场测试应用,我已经找回像相邻小区的信号强度信息。

Hi I'm trying to develop a Field Test Application and i've to retrieve information like signal strength of neighboring cells.

所以我的问题是:

我如何可以显示不同的相邻小区在图表上   X轴和实时上的Y轴的信号强度?一个例子   here.

How can I display a graph with the different neighboring cells on X-axis and the signal strength on Y-axis in real time? An example here.

我已经有5或6个相邻小区,并为每一个他的信号强度。

I've already got 5 or 6 neighboring cells and for each one his signal strength.

推荐答案

而drawning你自己手动使用Canvas,你可以利用现有的图表引擎库的图形,这将是更容易也能做。

Rather drawning the graph your self manually using Canvas, You can use Chart Engine Libraries available and that will be much easier to do also.

如 AchartEngine ,的 ChartDroid ,的 aFreeChart

有关3D图 Charts4J

我如何可以显示不同的相邻小区在图表上   X轴和实时上的Y轴的信号强度

How can I display a graph with the different neighboring cells on X-axis and the signal strength on Y-axis in real time?

我在我的应用程序中的一个用于aChart引擎相同。有一个完整的API演示可与图书馆所以这将是pretty的容易理解如何使用。

I have used aChart Engine for the same in one of my application. There is a complete API demo available with the library so it will be pretty easy to understand how to use that.