Hi Nick,
Firstly thanks for you fast answer and congrats for this exciting library is androidplot.
I'm triying to replicate the listView example is in
appDemo. Currently I'm testing with only one series but i'm interested
on adding several series over the same plot but at a time always.
Here I provide some details of this test:
-XYPlotZoomPan as plot class.
-I try changing the renderMode="use_main_thread" or renderMode="use_background_thread" but I don't appreciate really significant differences.
-Basic formatter (i.e: new LineAndPointFormatter(Color.MAGENTA, null, null, new PointLabelFormatter(Color.TRANSPARENT)));
-Exactly I'm using SimpleXYSeries, will study the alternative XYSeries implementation you propose.
May be part of this lack of good performance will be in the memory used by the device in stored the data structure.
Thanking in advance for your answers!
Sergio.