"Since you can't share Fragments between Activities"
This true for sharing Fragment instances, not for Fragment classes. You do 
mention this in point (a), re-instantiating a particular Fragment for a 
different activity, but i wanted to point out you can share Fragment 
implementations.

I think these are some reasons to use Fragments, even when developing for 
tablet only:
When you have different layouts for portrait and landscape.
When you want to be able to handle the 'back' button/key easily, by using 
the back-stack.
When you want to do transition animations more easily when moving from one 
fragment to the other.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to