android - monitoring the listview to slide to the bottom -
i data internet , show in listview,i want make come true when slide screen finger , if listview slide bottom ,i more data internet , update adapter of listview.but how can monitor listview slide bottom,there seems no functions in sdk api.
check out 'abslistview.onscrolllistener' interface, that's you're looking for. implement it, register implementing class listview. paramteres when scroll, can detect if user reached bottom of listview. then, download more content net, , update adapter. remember call 'notifiydatasetchanged()' after adding stuff adapter.
Comments
Post a Comment