Sunday, January 1, 2012

[android-developers] addFooterView(view,data,isSelectable) Explanation

Can someone provide an example as to how this function,
http://developer.android.com/reference/android/widget/ListView.html#addFooterView(android.view.View,
java.lang.Object, boolean), would work? As with a ListView, you need
an adapter. Which adapter does this function uses? The same adapter
for your ListView? If so how would you determine if the footer view is
being passed, assuming your footer view has a different view structure
compared to the rows in your ListView. I tried searching for examples
but nothing comes up... Can someone please shed some light on this
function?

--
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