Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 flash builder burrito 并且我正在使用移动应用程序。是否可以使用平移手势事件拖动 UIComponent ???。
You can do the draging by using below.
When user onTouch UIComponent then make a condition
MotionEvent.ACTION_DOWN make it UINAME#.startDrag(); MotionEvent.ACTION_UP UINAME#.stopDrag();