Thursday, July 28, 2011

Re: [android-developers] Re: How to add header in ListFragment?

On Thu, Jul 28, 2011 at 12:26 PM, nadam <adam@anyro.se> wrote:
> Another option is to skip the ListFragment and use a ListView directly
> instead. You only need to use ListFragment if the same list (and
> related logic) should be displayed in two different activities.

Or if the list needs to be a Fragment for other reasons (e.g., to
participate in the tab navigation in the action bar). Right now, there
are few of these, but I suspect that there will be more of those
Fragment dependencies in the future.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment