Android Listview Custom Section Header

前端 未结 5 1450
挽巷
挽巷 2020-12-24 10:04

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

5条回答
  •  伪装坚强ぢ
    2020-12-24 10:23

    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.

提交回复
热议问题