Can Android\'s addHeaderView() be used to add multiple headers throughout a single ListView? Can someone give an example of how to do this?
I was able to accomplish
You can add as many headers as you like by calling addHeaderView() multiple times. You have to do it before setting the adapter to the list view.