显示来自 AppWidgetProvider 的对话
假设我有一个带有按钮的基本小部件。当我单击此按钮时,我想显示一个输入对话窗口,仍在主屏幕顶部,在输入一些值并单击提交后,我将再次看到主屏幕。
我现在要做的就是通过对话启动一个活动,该对话位于我的应用程序中主要活动的顶部。也许只是一个简单的标志来隐藏主要活动?
感谢您的任何帮助。
Let's say I have a basic widget with a button. When i click on this button I would like to display a input dialogue window, still on top of the home screen, where upon entering some value and clicking submit I will see the home screen again.
What I do now is to start an activity with a dialogue which is placed on top of the main activity in my application. Perhaps there is just a simple flag to hide the main activity?
Thankful for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了回答我的问题,这是需要放入我的对话活动清单中的内容。
To answer my question, this is what needed to be put in the manifest for my dialog activity.