次に示すダイアログを表示するソースコードにおいて、【①】に入る記述はどれか。

ア View m = this.getLayoutInflater().inflate();

イ View m = this.getLayoutInflater().inflate(R.layout.dialog, null);

ウ LayoutInflater m = this.getLayoutInflater();

エ View m = this.getLenearlayout().setView(R.layout.dialog, null);

解答と解説はこちら

* 解答と解説を見るには有料サービス「Tech-On!プレミアム」の加入が必要です。「Tech-On!プレミアム」の詳細はこちらから。