멀티 윈도우 모드 및 다중 재개
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

TIER 3 — 대형 화면 지원
멀티 윈도우 모드를 사용하면 앱이 다른 앱과 동일한 화면을 동시에 공유하여 향상된 멀티태스킹 사용자 환경을 제공할 수 있습니다. 앱이 화면 분할 모드, PIP 모드 또는 자유 형식 창 모드에서 화면을 공유합니다.
멀티 재개는 기기가 멀티 윈도우 모드에 있을 때 활동에 포커스가 없더라도 모든 활동을 RESUMED
상태로 유지합니다. 멀티 재개를 사용하면 사용자가 다른 활동과 상호작용하는 동안 활동이 동영상 재생과 같은 프로세스를 계속할 수 있습니다.
다음 단계
앱이 멀티 리 resume를 사용하여 멀티 윈도우 모드로 실행되도록 하는 방법을 알아보려면 다음 개발자 가이드를 참고하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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)"]]