Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visualization tool for mobile (tablet)

I have a project for visualizing some data on tablet. I'll probably use android for developing the application but I have no idea that how could I visualize the real time data ?

which tools are available on android for doing this ? I noticed that I can use OpenGL ES but then I know nothing of this and it's quite complicated for me . Is there any other simple tool that could get the real time data and visualize it ?

we have a basic Matlab/Simulink visualization but need a better visualization.

Any suggestion ?

like image 957
Aida E Avatar asked Mar 23 '12 12:03

Aida E


People also ask

What is Visualizer tool?

A data visualization tool is a form of software that's designed to visualize data. Each tool's capabilities vary but, at their most basic, they allow you to input a dataset and visually manipulate it. Most, but not all, come with built-in templates you can use to generate basic visualizations.

Which data visualization tool is easiest?

Excel. Microsoft Excel is a data visualization tool that has an easy interface, so it doesn't have to be difficult to work with. There are many different ways of visualizing data in Excel. One of them is by using scatter plots, Scatter plots display the relationship between two datasets that you would want to compare.


1 Answers

There are different options, but two commonly used visualization frameworks which are also available in Android are Processing (Processing for Android) and d3.js (which is a Javascript framework you could use in a WebView if you are 3.0 or above. The Android browser does not support SVG below 3.0.

like image 70
Brian Cooley Avatar answered Oct 11 '22 14:10

Brian Cooley