I'm looking for suggestions on what to research, for (learning) a project i'm working on. I want to create a view with several text labels surrounding a graph, probably going to use multiple layouts. This graph will be larger then the viewable area, so I need to drag the off screen parts onto the screen (I'm assuming I will draw them as they come on.) So, what areas would best handle this, should i start out with learning GL or can I add a canvas to a layout and draw my graph with drawline and drawtext methods? Tutorials, articles and/or Code snippets would be very helpful.
It seems like finding a tutorial to ad a canvas to a layout would be easy, but having no luck doing this.
Thanks in advance.

