<legend id='elow8'><style id='elow8'><dir id='elow8'><q id='elow8'></q></dir></style></legend>
    1. <tfoot id='elow8'></tfoot>
      • <bdo id='elow8'></bdo><ul id='elow8'></ul>

      <small id='elow8'></small><noframes id='elow8'>

        <i id='elow8'><tr id='elow8'><dt id='elow8'><q id='elow8'><span id='elow8'><b id='elow8'><form id='elow8'><ins id='elow8'></ins><ul id='elow8'></ul><sub id='elow8'></sub></form><legend id='elow8'></legend><bdo id='elow8'><pre id='elow8'><center id='elow8'></center></pre></bdo></b><th id='elow8'></th></span></q></dt></tr></i><div id='elow8'><tfoot id='elow8'></tfoot><dl id='elow8'><fieldset id='elow8'></fieldset></dl></div>

        当 Android Dialog 被解除时,你能触发一个事件吗

        时间:2023-09-01
      1. <legend id='vmyCL'><style id='vmyCL'><dir id='vmyCL'><q id='vmyCL'></q></dir></style></legend>
          • <bdo id='vmyCL'></bdo><ul id='vmyCL'></ul>
            <tfoot id='vmyCL'></tfoot>

              <i id='vmyCL'><tr id='vmyCL'><dt id='vmyCL'><q id='vmyCL'><span id='vmyCL'><b id='vmyCL'><form id='vmyCL'><ins id='vmyCL'></ins><ul id='vmyCL'></ul><sub id='vmyCL'></sub></form><legend id='vmyCL'></legend><bdo id='vmyCL'><pre id='vmyCL'><center id='vmyCL'></center></pre></bdo></b><th id='vmyCL'></th></span></q></dt></tr></i><div id='vmyCL'><tfoot id='vmyCL'></tfoot><dl id='vmyCL'><fieldset id='vmyCL'></fieldset></dl></div>
                  <tbody id='vmyCL'></tbody>

                1. <small id='vmyCL'></small><noframes id='vmyCL'>

                  本文介绍了当 Android Dialog 被解除时,你能触发一个事件吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  假设我在我的 Android 应用中创建了一个对话框,如下所示:

                  Say I have a created a dialog in my Android app like so:

                  private static ProgressDialog dialog;
                  dialog = ProgressDialog.show(MainActivity.this, "", "Downloading Files. Please wait...", true);
                  

                  现在,是否可以在调用以下内容时触发事件?

                  Now, is it possible to fire an event when the following is called?

                  dialog.dismiss();
                  

                  我想这样做而不只是在 dialog.dismiss(); 之后调用我的方法的原因是因为在静态类中调用了 Dialog 解除,而我接下来要做的是加载一个新的 Activity(这不能在静态类中使用 Intent 来完成).

                  The reason I want to do this and not just call my method after dialog.dismiss(); is because the Dialog dismiss is called within a static class and the next thing I want to do is load a new Activity (which cannot be done using Intents within a static class).

                  推荐答案

                  使用 OnDismissListener.

                  有一个 setOnDismissListener(...) 类中的方法 Dialog

                  这篇关于当 Android Dialog 被解除时,你能触发一个事件吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Android:进度对话框微调器不旋转 下一篇:关闭自定义对话框?

                  相关文章

                  最新文章

                  <small id='Jy8t6'></small><noframes id='Jy8t6'>

                    <bdo id='Jy8t6'></bdo><ul id='Jy8t6'></ul>
                2. <tfoot id='Jy8t6'></tfoot>
                3. <legend id='Jy8t6'><style id='Jy8t6'><dir id='Jy8t6'><q id='Jy8t6'></q></dir></style></legend>

                      <i id='Jy8t6'><tr id='Jy8t6'><dt id='Jy8t6'><q id='Jy8t6'><span id='Jy8t6'><b id='Jy8t6'><form id='Jy8t6'><ins id='Jy8t6'></ins><ul id='Jy8t6'></ul><sub id='Jy8t6'></sub></form><legend id='Jy8t6'></legend><bdo id='Jy8t6'><pre id='Jy8t6'><center id='Jy8t6'></center></pre></bdo></b><th id='Jy8t6'></th></span></q></dt></tr></i><div id='Jy8t6'><tfoot id='Jy8t6'></tfoot><dl id='Jy8t6'><fieldset id='Jy8t6'></fieldset></dl></div>