如何制作数字时钟应用程序小部件?服务真的有必要吗?
我正在尝试制作一个主屏幕应用程序小部件,它只是一个显示当前时间的数字时钟。
令人惊讶的是,小部件不支持 DigitalClock 视图,但 AnalogClock 视图支持。我做了一些研究,看来我必须使用一项服务。对于数字时钟来说,这似乎有点大材小用。
有人对制作数字时钟应用程序小部件有任何建议或链接吗?
I am trying to make a home screen app widget that is simply a digital clock displaying the current time.
Suprisingly the DigitalClock view is not supported for widgets but the AnalogClock view is. Ive been doing a bit of research and it seems I have have to use a service. This seems a bit like overkill for just a digital clock.
Does anyone have any suggestions or links for making a digital clock app widget?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要24clock之类的东西吗?
市场链接:https://market.android.com/details?id=com .alfray.a24clock
Google 代码链接:http://24clock.googlecode.com
如果对代码有任何疑问,请随时提出。截图:
Do you want something like 24clock?
Market link: https://market.android.com/details?id=com.alfray.a24clock
Google Code link: http://24clock.googlecode.com
Feel free to ask any question about the code. Screenshot:
您可以使用 AlarmManager。请参阅 http://android-er.blogspot。 com/2010/10/app-widget-using-alarm-manager.html 为例。
You could use AlarmManager. See http://android-er.blogspot.com/2010/10/app-widget-using-alarm-manager.html for an example.