I'm using https://github.com/nhaarman/ListViewAnimations to animate my listview and to implement some drag & drop functionality to my list items.
Now, I need to use Cris Banes's Android-PullToRefresh https://github.com/chrisbanes/Android-PullToRefresh library in the same listview to add more items. (Yes, I know that is deprecated and there's a new version, but this is the only one which allows to pull from the bottom of the list).
My question is if there's some way to combine both libraries or some workaround to implement both functionality to my listview.
Thanks in advance.