Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

액티비티와 프래그먼트의 수명주기 #9

Open
Kangsaan0627 opened this issue Oct 5, 2023 · 1 comment
Open

액티비티와 프래그먼트의 수명주기 #9

Kangsaan0627 opened this issue Oct 5, 2023 · 1 comment
Assignees

Comments

@Kangsaan0627
Copy link
Collaborator

문제

액티비티와 프래그먼트의 수명주기의 가장 큰 차이점은 무엇일까?

선정 배경

이 둘의 가장 반대되는 차이점을 한번 알아봐도 좋을것같아 준비해 봤습니다.

@Kangsaan0627
Copy link
Collaborator Author

가장 큰 차이는 백 스택에 저장되는 방법에 있습니다.
액티비티는 정지되면 시스템에서 관리하는 액티비티의 백 스택에 들어갑니다. 하지만 프래그먼트는 이를 제거하는 트랜잭션에서 addToBackStack()을 호출하여 인스턴스를 저장하라고 명시적으로 요청할 경우에만 액티비티에서 관리하는 백 스택으로 들어갑니다.

@Kangsaan0627 Kangsaan0627 self-assigned this Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant