在Android中制作仪表
我是新手,我正在为 Android 制作一个小应用程序。我想显示一个仪表来显示 CPU 使用情况。 我已经得到了 CPU 使用情况,但不知道如何制作这样的仪表: http://vb2.upanh.com/thumbpic/22.878.29891111.asR0/capture.700x0.jpg
有人帮助我!谢谢大家。
I'm newbie and i'm making small application for Android. I would like to display a meter to show CPU usage.
I already get CPU usage but do NOT know how to make the meter like that: http://vb2.upanh.com/thumbpic/22.878.29891111.asR0/capture.700x0.jpg
Somebody help me! Thanks all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GeekYouUp 的 Battery Widget 包含一个创建图表/仪表的简单示例,与发布的示例有些相似。其代码和图形可在 code.google.com/p/batterywidget/ 上找到。
仪表图形将出现在哪里?在主活动屏幕上?在任务栏中?在应用程序小部件中?动态壁纸?
GeekYouUp's Battery Widget includes a simple example of creating a graph/meter somewhat similar to the example posted. It's code and graphics are available at code.google.com/p/batterywidget/
Where will is the meter graphic to appear? On a main activity screen? In the taskbar? In an app widget? Live wallpaper?