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