Tuesday, December 18, 2012

Update Listview on scroll.


This tutorial is used for update listview data on scrool move to end.


When you scroll your listview and you reach to last item of your listview at that time if u want to update your data in your listview than try below code snippet for this.

See more update about android

Use override method of listview
setOnScrollListener()

Sample for this method is below.