i am again here with one issue
i want to crate a custom view of list item with imageview and textview\'s and also i need to add header\'s on specific positions. i never use
You can add your own Header at any specific position using getItemViewType() and getViewTypeCount(). Here is a nice blog that explain everything about using these methods.