How can i implement custom section or header of ListView like Instagram app in android.
http://prsarahevans.com/wp-content/uploads/2011/06/photo.PNG
When scr
If you are using list view then have 2 views inside your list item. One is header and other is actually item.
Hide header view initially and as scroll state changes or user touches your list item change the visibility of header.