Kostya, I tried to do as you suggested. and non of it worked. 1) Don't want to add my header view into list's parent. It simply doesn't achieve what I want to do. I would like to add it to the parent that holds list view items. I have parent available in adapter's GetView method. When I tried to do that got error message telling me that addView is not allowed operation. 2) I tried to keep refererence to original adapter object and use that one when doing notifyDataSetChanged(); and I ended up with the same ClassCastException error.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

