Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下面是一个图表示例:
如何在 Android 布局中绘制这种类型的图形?
您可以使用第三方库,例如 achartengine
https://code.google.com/p/achartengine/
这是他们的主页
http://www.achartengine.org/
这是关于折线图的教程
https://www.youtube.com/watch?v=-ThKImy6PPM
jjoe64/GraphView可以在您的情况下使用。还给出了示例。