I would like to know if it's possible to make a real time multiple line graph using androidplot, like this but with 2 lines.And if so if could provide how to do it.
Thanks
I would like to know if it's possible to make a real time multiple line graph using androidplot, like this but with 2 lines.And if so if could provide how to do it.
Thanks
Yeah its possible. There's a very similar implementation in the Androidplot demo app under 'dynamic xy plot example'.
You can find the full source in the Androidplot Github repo.