有没有 AppWidgetHost 教程?
我正在编写一个应用程序,它应该能够将小部件放置在主屏幕上,并在应用程序本身中显示这些小部件。我认为最好的方法是在应用程序部分使用 AppWidgetHost。
我一直在四处寻找,但找不到任何关于如何编写 AppWidgetHosts 的好例子。大家有没有这样做过,并且愿意分享一下?或者你知道我错过了什么教程吗?
I'm writing an application that should both have the ability to place widgets on the home screen, and to show these widgets in the application itself. I figure that the best way to do this is through the use of an AppWidgetHost for the application part.
I've been looking around, but I cannot find any good examples on how to write AppWidgetHosts. Have any of you done this, and are willing to share? Or do you know of any tutorials that I've missed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全是教程,但这里是一个较旧的论坛帖子 。
该代码是 mylock 项目的一部分,如果您深入挖掘,您可能也会发现它很有用。
Not exactly a tutorial but here is an older forum post.
The code is part of the mylock project, which you also might find useful if you dig.