HeaderListView icon indicating copy to clipboard operation
HeaderListView copied to clipboard

first header remains constant when new adapter set

Open mehdok opened this issue 10 years ago • 3 comments

i need to change my data frequently, so each time i create a new adapter with new data, the data shows well, the problem is the previous header still stood and won't change according to new data.

mehdok avatar Feb 09 '15 07:02 mehdok

I was able to resolve this issue by instantiating a new HeaderListView as well as a new adapter when the data changes.

massimobio avatar Mar 06 '15 23:03 massimobio

I have this problem too. :-1:

The side effect in instantiating a new HeaderListView is that the scrollview position is lost. When you just update the adapter list items the scrollview is maintained.

lthomaz avatar Feb 16 '16 00:02 lthomaz

I'm experiencing this as well - anyway to force that top header to update?

nickyhajal avatar Jun 23 '17 19:06 nickyhajal