5
votes
2answers
695 views

Drag n drop on touch devices

I notice that touch apps rarely make use of the "drag n drop" (dnd) idiom, and instead dragging is almost always used for scrolling. Is there a reason for this? Is it confusing or "wrong" to use dnd ...
12
votes
5answers
1k views

Is it a good user experience to have drag and drop in tablet apps?

I'm currently working on an iPad/tablet app. I want to decide to use or not to use drag and drop in my app. As I'm looking at iPad's native apps there is no drag-and-drop functionality. Is it a bad ...
5
votes
3answers
194 views

Are there applications or methods for comfortable coding on touch screen devices? [closed]

Coding usually involves a lot of typing, but on touch screen devices too much typing is quite tedious. Some of that typing could be replaced by autocompletion or autogeneration of code and therefore ...