Is there a drag and drop component in android UI [closed]

本秂侑毒 提交于 2019-12-13 10:08:22

问题


Is there a drag and drop component in android UI ?


回答1:


I think that you have to take a look to the official android developer site at:

Drag and Drop




回答2:


It depends on the API level, an official Drag and Drop framework was introduced in API level 3.0, so if you want to support Android API levels below 3.0 you are largely on your own.

But nevertheless there are many tutorials which help you in achieving what you want.

Here are a few links that I found helpful..

  1. Vogella (It is for API level 3.0 and above)
  2. Bahti (This is a three part tutorial and explains the mechanism of drag and drop very well, it also works on API levels less than 3.0)



回答3:


If you use eclipse to develop it has a graphical xml builder that allows you to drag and drop components. Example Eclipse Android Plugin



来源:https://stackoverflow.com/questions/9964010/is-there-a-drag-and-drop-component-in-android-ui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!