Please read it carefully before marking it as duplicate. I am using pulltorefresh from this library and I am implimenting pulltorefresh on the top of screen using following code:
listView.setMode(Mode.PULL_FROM_START);
Now i also want to use ListView automatically Load more data when scroll to the Bottom of the screen. Is it possible with using pulltorefresh library? If not please help me to solve this problem.
Thanks in advance.
0 comments:
Post a Comment