Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
An important aspect of the drag-and-drop operation is the visual feedback provided during the drag or data move. When the drag operation is started for a given view by calling the startDrag() method, a View.DragShadowBuilder callback is specified. The DragShadowBuilder is called by the system to generate a drag shadow for the view being dragged.
DragShadowBuilder defines two kinds of constructors: one that takes a View for an argument, and a no-argument constructor with no associated view. DragShadowBuilder defines three methods: