Android Yet Another Pull to Refresh ListView
Add this in your xml:
<com.example.testpulltorefresh.PullToRefreshView
android:id="@+id/listview"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
</com.example.testpulltorefresh.PullToRefreshView>
and
working on it ...