Вам нужно реализовать
public int getSectionForPosition(int position) {
return <return position where header start>
}
Если вы используете AlphaIndexer, вы можете просто использовать
public int getSectionForPosition(int position) {
return alphaIndexer.getSectionForPosition(position);
}
Надежда, которая помогает.