I have a similar technical problem I am trying to solve where I am using android’s FragmentPagerAdapter to handle swipe gestures.
This is in regards to ICS…
My question is do you know or think that the android devs used fragments for switching between the groups, people, and favorites screens?
It seems like they are using listfragment
I am curious since I am considering making my fragments very content heavy and worry about performance and such.
Thank you
So from using heavyweight fragments with the viewpager I feel comfortable with assuming that my original question is true. Either way fragments can be used effectively with tons of operations and they seem to work great.