ArrayIndexOutOfBoundsException with custom Android Adapter for multiple views in ListView

The item view type you are returning from

getItemViewType() is >= getViewTypeCount().

Leave a Comment