0

I have implemented ECG output as graph using AndroidPlot. When new data arrives I need a formatter to clear previous data one by one. Please check this link to make it more clear https://www.youtube.com/watch?v=G15xQejYNQs (my requirement starts at 0.50 sec in this video). How can I achieve it?

enter image description here .

1 Answer 1

1

The key to achieving this kind of behavior is implementing your XYSeries as a circular buffer. Androidplot provides a full sample implementation of an ECG using a circular buffer.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.