创建类似于 Gingerbread 中的电池使用情况的图表
我只是想在我的活动中创造一种趋势,看起来像姜饼电池(见上图)
我正在深入研究 Android git并发现似乎是正确的活动
不幸的是,我找不到与画布或绘图相关的东西以及如何使用此代码来创建我自己的趋势。
如果有人可以指出我在哪里可以找到绘图过程或向我指出另一个具有趋势活动的开源示例,将会非常有帮助。
I just wanted to create a trend in my activity that would look like the Gingerbread battery one (see picture above)
I am looking deeply in the Android git and found what seem to be the correct activity
Unfortunately, I cannot find something related to canvas or drawing and how I can use this code to create my own trend.
If someone could point me where I could find the drawing process or point me another open source sample with a trend activity, would be very helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信图形是由 BatteryHistoryChart.java。
I believe the graphing is handled by BatteryHistoryChart.java.