fragmenttransition 썸네일형 리스트형 [Android] Fragment 이동 시, 계속 쌓이는 현상 방지 보호되어 있는 글입니다. 더보기 [Android] Fragment traisition Error - executePendingTransactions java.lang.IllegalStateException: Recursive entry to executePendingTransactions FragmentTransition을 이용하여 이동 할 경우, 위와 같은 에러가 발생할 수도 있다. 이럴 경우 이동할 Fragment에서 getSupportFragmentManager 나 getFragmentManager를 통하여 먼가 nested View를 설정하지 않았는지 확인이 필요하다. 예를 들어 FragmentTabHost 와 같은... 그럴 경우 아래와 같이 getChildFragmentManager 로 변경 하여서 사용하기 바란다. mTabHost.setup(getActivity(), getChildFragmentManager(), R.id.tab_con.. 더보기 이전 1 다음