yueban / DraggedViewPager

(Deprecated) A View whose pages and items both can be dragged, looking like a ViewPager
Apache License 2.0
573 stars 95 forks source link

Performance Issues Quoted. #3

Closed SriKrishnaCovalense closed 5 years ago

SriKrishnaCovalense commented 8 years ago

Hi Yuben,

You have quoted performance issues f your project in another similar project (woxblom/DragListView) Link : https://github.com/woxblom/DragListView/issues/2#issuecomment-209706210

Are they fixed? I am actually looking to use your library. Please guide.

yueban commented 8 years ago

Not yet. You can use DragListView for good performance without page swipe. Or use my project with bad performance.I'm sorry having no time to optimize it recently.

iRYO400 commented 8 years ago

Hi @yueban ! Can you please give tips about how did you implement drag'n'drop Cardviews between lists? I tried to make with this https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-b9456d2b1aaf#.pebekt83m but drag'n'drop works only inside of its parent

yueban commented 8 years ago

@iRYO400 refer to this article drag-and-drop-with-animation-on-linearlayout, it implements item swipe in vertical LinearLayout, but it's in Chinese

SriKrishnaCovalense commented 8 years ago

Thanks yueban :+1:

yueban commented 5 years ago

this repo has been deprecated. recommend https://github.com/woxblom/DragListView instead.