在3.0之前的Android中拖放?

Mal*_*ist 2 java user-interface android drag-and-drop

如何在不需要Honeycomb或超越操作系统的情况下使用Android中的视图进行拖放操作?该意见支持拖放功能,但是需要API等级11.

Lis*_*tso 6

Android Drag&Drop内置框架需要API 11

http://developer.android.com/guide/topics/ui/drag-drop.html

如果您需要在prevuous API级别上使用此功能,则必须手动实现它.我从本指南/示例中了解到: http ://blahti.wordpress.com/2011/01/17/moving-views-part-2/(非常感谢作者:Blahti)