HeaderListView
HeaderListView copied to clipboard
first header remains constant when new adapter set
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.
I was able to resolve this issue by instantiating a new HeaderListView as well as a new adapter when the data changes.
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.
I'm experiencing this as well - anyway to force that top header to update?