You could create a SurfaceView , in which you can draw to a Canvas in the onDraw() method. To draw your graph, you can use the Path class, ...
確定! 回上一頁