如何为 Android 小部件制作弹出设置页面
好吧,我对 Android SDK 很陌生,但对编程却不是。我想尝试制作一个简单的Android小部件。我一直在网上寻找与小部件有关的内容,并且找到了大量信息,但没有任何与我的主要问题有关的信息。
如何创建一个设置对话框来在启动小部件时对其进行调整?当您添加 Google 搜索小部件时,它会提示您指定您想要的小部件类型。在我正在制作的小部件中,我希望允许用户在选择小部件后立即指定小部件的高度。
我怎样才能呈现这种类型的对话框?这意味着什么?任何人提供的任何代码片段、教程或帮助都会大有帮助。
谢谢!
Ok so I am very new to the Android SDK, but not to programming. I want to attempt to make a simple Android widget. I've been looking around for things on the web pertaining to widgets, and have been able to find lots of information, but nothing pertaining to my main question.
How can I make a settings dialog that will adjust the widget when it is launched? When you add the Google search widget, it prompts you to specify what type of widget you want it to be. In my widget I'm making, I want to allow the user to specify the widget height right after they select it.
How can I present that type of dialog? What does that entail? Any code snippets or tutorials or help anyone has to offer will go a long way.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此处 如何将多个小部件尺寸放入一个 apk 中?
答案引用了一个包和配置页面中多个小部件的资源。不过,大小选择不是在自己的配置日志中完成的,而是在添加过程中完成的。
Check here How to put multiple widget sizes in one apk?
The answers quote resources for both several widgets in one paackage and configuration page. Still, the size choosing is done not in the own configure dislog, but during add.