SridharanNatarajan
Lurker
I want to fetch my data from server while scrolling the listview. For ex., First time listview loaded the (10 record) data from server. then , Load next 10 record will be load on listview while i have to scrolling the listview . i tried to load data using listview scrolling eventlistener concept but it data has been suffle and duplicate record has been shown in listview. I need to develop listview using like Facebook app while scrolling showing botton loading progress also.Anyone can help me....?