동작 탐색 기능인 뒤로 탐색 예측을 사용하면 뒤로 스와이프가 어디로 이동하는지 미리 볼 수 있습니다. 뒤로 탐색 예측은 Compose와 원활하게 통합되어 앱의 탐색 환경을 개선합니다. 사용자는 앱 내에서 뒤로 탐색할 때 더 부드럽고 직관적인 전환을 경험합니다. 그림 1은 SociaLite 샘플 앱에서 이 기능이 작동하는 방식을 보여줍니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-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-08-27(UTC)"],[],[],null,["# About Predictive back\n\nPredictive back, a gesture navigation feature, lets users preview where the\nback swipe takes them. Predictive back seamlessly integrates with Compose to\nenhance your app's navigation experience. Users enjoy smoother and more\nintuitive transitions when navigating back within your app. Figure 1 shows how\nthis works in the [SociaLite](https://github.com/android/socialite) sample app.\n**Figure 1.** The back-to-home animation in the SociaLite sample app.\n\nSee our guides to do the following with predictive back:\n\n- [Set up predictive back](/develop/ui/compose/system/predictive-back-setup).\n- Enable default system animations.\n- Enable predictive back with Navigation Compose.\n- Integrate with shared element transitions.\n- Support predictive back with Material Compose components.\n- Access progress manually with [`PredictiveBackHandler`](/reference/kotlin/androidx/activity/compose/package-summary#PredictiveBackHandler(kotlin.Boolean,kotlin.coroutines.SuspendFunction1)).\n- Test the predictive back gesture animation."]]