You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
625 B
19 lines
625 B
|
|
page.tags="DragAndDropAcrossApps-new"
|
|
sample.group=ui
|
|
@jd:body
|
|
|
|
<p>
|
|
|
|
This sample demonstrates how data can be moved between views within an
|
|
app or between different apps via drag and drop.
|
|
This sample contains two separate Android applications: DragSource and
|
|
DropTarget. DragSource contains images and text that can be dropped into the DropTarget
|
|
app. Images are shared between the two apps through a URI for which the receiving app
|
|
must request permission first, before it can be used.
|
|
|
|
It also demonstrates the use of the DragStartHelper from the v13 support library to easily
|
|
handle drag and drop events.
|
|
|
|
</p>
|