Is graphical interface APIs available for graphs on android?

0

I searched a lot for the internet but found nothing correspondent in Portuguese and in English I found some things but without resolution about it.  Does anyone have any knowledge about the existence of a graphical interface API to represent and manipulate graphs (of nodes and edges) in Sistema Operacional Android ? Or any alternative suggestions? (such api should be open source).

    
asked by anonymous 16.11.2015 / 23:39

1 answer

4

To plot graphs on Android, you can use these libraries:

If you want to manipulate the graph itself, that is, create, remove, and edit nodes and edges, you can use these libraries written in Java. Some of them already provide graphing capabilities.

Sources:

17.11.2015 / 16:48