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 app.
Please check screenshot

java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at com.applidium.headerlistviewdemo.DemoActivity$1.numberOfRows(DemoActivity.java:43)
at com.applidium.headerlistview.HeaderListView$HeaderListViewOnScrollListener.onScroll(HeaderListView.java:151)
Please check my code...
DemoActivity.txt