我在android中使用GraphView来绘制实时数据。这个问题是生成了很多值。因此,整个应用程序往往变得非常慢。有什么办法可以清除视口中没有的数据/值吗?我不需要过去的值,因为我不允许用户手动滚动。
答案 0 :(得分:2)
Parameters:
value - the new data to append
scrollToEnd - true => graphview will scroll to the end (maxX)
maxDataCount - if max data count is reached, the oldest data value will be lost