<Android real time graph plot with horizontal scro...
# stackoverflow
u
Android real time graph plot with horizontal scroll I'm trying to implement a real time graph plot where x axis is the time and y axis is some value.I also want the graph to be horizontally scrollable and it should move with time.How should I go about implementing this in android studio.