マルチウィンドウ モードと複数のアプリの再開
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。

TIER 3 - 大画面に対応
マルチ ウィンドウ モードでは、アプリが他のアプリと同時に同じ画面を共有できるため、マルチタスクのユーザー エクスペリエンスが向上します。アプリは、分割画面モード、ピクチャー イン ピクチャー モード、フリーフォーム ウィンドウ モードで画面を共有します。
マルチ再開では、デバイスがマルチウィンドウ モードのとき、アクティビティがフォーカスされていない場合でも、すべてのアクティビティが RESUMED
状態のままになります。マルチ再開を使用すると、ユーザーが他のアクティビティを操作している間も、アクティビティで動画再生などのプロセスを続行できます。
次のステップ
マルチ ウィンドウ モードでマルチ再開を使用してアプリを実行する方法については、次のデベロッパー ガイドをご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Multi-window mode and multi-resume\n\nTIER 3 --- Large screen ready\n| **Objective:** Make your app [large screen ready](/docs/quality-guidelines/large-screen-app-quality#large_screen_ready) by meeting the [LS-M1](/docs/quality-guidelines/large-screen-app-quality#LS-M1) multi-window mode and [LS-M2](/docs/quality-guidelines/large-screen-app-quality#LS-M2) multi-resume requirements of the [Large screen\n| app quality](/docs/quality-guidelines/large-screen-app-quality) guidelines.\n\nMulti-window mode enables your app to share the same screen simultaneously with\nother apps for an enhanced, multitasking user experience. Apps share the screen\nin split-screen mode, picture-in-picture mode, or free-form windowing mode.\n\nMulti-resume maintains all activities in the [`RESUMED`](/reference/kotlin/androidx/lifecycle/Lifecycle.State#RESUMED) state when the device\nis in multi-window mode, even when activities aren't focused. Multi-resume\nenables activities to continue processes such as video playback while the user\ninteracts with other activities.\n\nNext steps\n----------\n\nTo learn how to enable your app to run in multi-window mode with multi-resume,\nsee the following developer guides:\n\n- [Support multi-window mode: Compose](/develop/ui/compose/layouts/adaptive/support-multi-window-mode)\n- [Support multi-window mode: views](/develop/ui/views/layout/support-multi-window-mode)"]]