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
Post a Comment