I have been looking around for a visualization framework that would aid graph visualization on Android. I have found a wealth of charting frameworks, but none that would allow graph visualization and manipulate like the JavaScript Infovis toolkit. I am looking for a native library, because the JavaScript libraries are not performant enough for tablets. Any ideas?
Asked
Active
Viewed 1,925 times
2
-
You could use the android Canvas framework. – Adam Honoré May 15 '12 at 11:02
-
2http://stackoverflow.com/questions/10602045/java-directed-graph-framework – andersoj May 15 '12 at 14:18
1 Answers
2
I finally bit the bullet and used a 2d game engine to render the graph. I was not able to find any frameworks that handle hypergraphs on android

Caroline
- 381
- 1
- 4
- 13