sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

How to add image into pinned-section-listview #41

Closed Newby1989 closed 10 years ago

Newby1989 commented 10 years ago

How to add image into pinned-section-listview. I want to show profile display in pinned-section-listview. Help me please.

DeonBoon commented 10 years ago

BUMP! Need help to this question :)

zorroyueng commented 10 years ago

Please describe more detail , where you want add the image to, the Section or the Item ? Just make your own adapter implement the PinnedSectionListAdapter , then you can do want you want in the list view. By the way , you should distinguish the Section and the Item. I think you will realize after read the sample resource code. Hope can help you :laughing: