Android Widget 样板?
我想制作一个 Android 小部件的原型。有没有人发布了设置大部分“小部件”的样板?并能帮助我快速构建一个简单的小部件?
I'd like to make a prototype of an android widget. Has anyone released a boilerplate that set's up most of the 'widgetness'? And would help me build a simple widget quickly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上取决于您希望小部件做什么。但是,如果您专注于 android 文档的代码部分(http://developer. android.com/guide/topics/appwidgets/index.html),您对需要实现的内容有非常简单的描述。
It really depends on what you want your widget to do. But if you focus on the code parts of the android documentation (http://developer.android.com/guide/topics/appwidgets/index.html), you have a pretty straightforward description on what needs to be implemented.