android - Combine PullToRefresh library with ListViewAnimations library -


i'm using https://github.com/nhaarman/listviewanimations animate listview , implement drag & drop functionality list items.

now, need use cris banes's android-pulltorefresh https://github.com/chrisbanes/android-pulltorefresh library in same listview add more items. (yes, know deprecated , there's new version, 1 allows pull bottom of list).

my question if there's way combine both libraries or workaround implement both functionality listview.

thanks in advance.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -