JimiSmith / PinnedHeaderListView

A ListView with pinned section headers for Android
663 stars 306 forks source link

How to get the local refresh #38

Closed JinyuZhang closed 8 years ago

JinyuZhang commented 8 years ago

First thanks for your library.I'm using it.

My Issues: I want to use this library to realize partial refresh(A single item to refresh,including SectionHeader and ListView's Item).

I use listview's "getChildAt(int index)" return is a SectionHeaderView.(My English is not very good, forgive me!(_^_^))

How make?