I want to develop an activity to display sensor data in a plot. I've been looking around and I have found that the more interesting options for me are achartengine and AndroidPlot.
I need the following requirements:
- Line plot with 3 or more series
- Dynamic plots
- Integration with a layout with other GUI
- Integration with database
I think that both libraries are ok with my requirements, but could someone tell me from his experience which one is better? Which one is easier to integrate with an app?