HeaderListView icon indicating copy to clipboard operation
HeaderListView copied to clipboard

Android ListView with sticky headers

Results 20 HeaderListView issues
Sort by recently updated
recently updated
newest added

Scroll up force SwipeRefreshLayout to refresh, however, scroll down works properlly

Hello, When i have bind listview with real data. i am getting below error. with out scrolling listview it is working fine. but once i scroll page then its crash...

How to make listView headers not stick

Hi, I have added my custom OnScrollListener which is AbsListView.OnScrolllistener on HeaderListView ,because its own onscrolllistener is required for minimum Api LEVEL 23(my minimum is 15). It is forcing the...

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

Thanks for the Fix #9 Tokou. Unfortunately I am still experiencing some issues if the FIRST section has no rows. In this case the second section header is displayed twice...

bug

I want to pass the cursor in section adapter and read the data from it. How can i achieve this?

I'm showing a ListView with 3 sort buttons above it (Name, Country, Age). When sorting changes, I'm updating the HeaderListview like this: ((PeopleSectionedAdapter) listView.getAdapter()).setLinkedPeopleMap(indicesBR.get("name")); ((PeopleSectionedAdapter) listView.getAdapter()).notifyDataSetChanged(); or ((PeopleSectionedAdapter) listView.getAdapter()).setLinkedPeopleMap(indicesBR.get("country")); ((PeopleSectionedAdapter)...

bug

This stackoverflow post has more details and the workaround: http://stackoverflow.com/questions/25807332/crash-when-returning-to-fragment-as-a-tab-view-with-same-id With two tabs (A & B fragment using HeaderListView), when switching from B to A back to B, the app...

bug

**App crashes**, Reason: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference `java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference at...