Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 608 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 608 Bytes

amddviews

AMDDViews is an adaptable view with drag and drop support, well designed to work with ListView, GridView and customized AdapterView. It is a handy scratch for scene where adapter item prefer a drag and drop interactive mode.

Use AdaptableDragDropView from AMDDViews, you can play drag and drop both on action mode and normal mode. It also well support multiple items drag with built-in animation to show the multiple dragged items stack together.

With the built-in drag and drop delegate, you can just override the method 'handleDrop' to make AMDDViews work in a real application.