Thanks - that is very helpful On Mar 17, 12:26 pm, Streets Of Boston <[email protected]> wrote: > > When you have different layouts for portrait and landscape.
that is a good reason and it probably applies in our project > When you want to be able to handle the 'back' button/key easily, by using > the back-stack. Hm. Well if you break up the app into smaller Activities instead of using Fragments it seems to me that you have built-in reasonable behavior for the back button. And you have MORE control than with Fragments with Intent flags like ClearTop. > When you want to do transition animations more easily when moving from one > fragment to the other. OK. What is easier about transition animations? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

