Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My fragment needs to differentiate whether it will be replaced or removed in its onPause() method. Either if I started a new transaction replacing/removing it or if the user is going back in the backstack. Any ideas how to solve it?

share|improve this question
"My fragment needs to differentiate whether it will be replaced or removed in its onPause() method" -- why? What happens with configuration changes, or anything else that affects your fragments? – CommonsWare Sep 9 '12 at 11:00
Because it should affect the state of its activity when it's gone. (The view which held the fragment changes its look) – Time-Over Sep 9 '12 at 11:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.