Real-Time-Accelerometer-Data-Plot
Real-Time-Accelerometer-Data-Plot copied to clipboard
Real-Time plotting for saved data
Hi, thank you for your video tutorial and GitHub code, it's very good! I am a newbie to Android/Java, I am trying to plot a test signal in real time which has 2 minutes, actually I want to plot it for 10-second window streaming, like you did in the video. The issues I have for now are: 1. How can I dynamically add entries to the chart? How can I dynamically update/redraw the line chart? I have no idea how to do it, Can you please help with this issue? It would be very easy for you! Thank you very much!