Is there any existing graphing library for android that will allow me to draw a line with an adjustable amount of segments that can be touched and dragged in real time? I currently have a working application using androidplot that captures an image of what I’m scanning and graphs that data. I need adjustable line segment under the graph so the user can choose the area that will be integrated between the curves collected from the data and the adjustable line.
I was unable to find anything in androidplot that might allow me to do this, I’m fine with switching graphing libraries if that is what is needed.
Try looking into
Path. That is probably the easiest class to use.