如何从首选项屏幕打开 AlertDialog?
我正在android中开发应用程序 如果用户从首选项屏幕中检查复选框首选项,我想显示 AlertDialog。 那么我怎样才能做到这一点..?
I am developing Application in android
I want to show AlertDialog if user check the checkboxpreference from preference screen.
so how i can do that..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个...
Try this one ...
重写
PreferenceActivity
类中的onSharedPreferenceChanged
:Override
onSharedPreferenceChanged
in yourPreferenceActivity
class:就这样。
That's all.