Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidでポップアップクローズイベントをキャプチャするにはどうすればよいですか?ユーザーがポップアップウィンドウを閉じたときに何らかのアクションを実行したい。
オーバーライドOnCancelListener..
OnCancelListener
dialog.setOnCancelListener(new OnCancelListener() { @Override public void onCancel(DialogInterface dialog) { //do somethiing } });
使用している場合PopupWindowはオーバーライドPopupWindow.OnDismissListener
PopupWindow
PopupWindow.OnDismissListener