[android-developers] how start fragments

2011-09-26 Thread emanuele
Hello guys, I ve the following scenario: A fragmentActivity which manage four different ListFragment. Every ListFragment can launch different kind of fragments and these could launch others fragments. What I need to understand is who can or cannot launch fragments. Is responsability of the

Re: [android-developers] how start fragments

2011-09-26 Thread Mark Murphy
I would recommend that the activity handle all starting of fragments. The activity is the code that knows how big the screen is and therefore whether these other fragments should be displayed directly or displayed by starting another activity. IOW, keep the fragments themselves ignorant of screen