Merge the PullToRefresh library with the ListViewAnimations library

I use https://github.com/nhaarman/ListViewAnimations to animate my list and implement some drag and drop functions for my list items.

Now I need to use the Cris Banes Android-PullToRefresh https://github.com/chrisbanes/Android-PullToRefresh library in the same list to add more items. (Yes, I know that this is outdated, and there is a new version, but this is the only one that allows you to pull it from the bottom of the list).

My question is, is there a way to combine both libraries or some workarounds to implement both functions on my list.

Thanks in advance.

+3
source share

All Articles