1
2page.tags="DragAndDropAcrossApps-new"
3sample.group=ui
4@jd:body
5
6<p>
7
8This sample demonstrates how data can be moved between views within an
9app or between different apps via drag and drop.
10This sample contains two separate Android applications: DragSource and
11DropTarget. DragSource contains images and text that can be dropped into the DropTarget
12app. Images are shared between the two apps through a URI for which the receiving app
13must request permission first, before it can be used.
14
15It also demonstrates the use of the DragStartHelper from the v13 support library to easily
16handle drag and drop events.
17
18        </p>
19