I have an ImageView in my layout and I want to move it freely everywhere. I have found some tutorials about moving it with OnTouchListener actions (and I've done my job this way but I don't like it) and some people suggest to use drag and drop api
(Android 3+ api) but I can't implement it in the way I want (I mean without target, drag and drop api wants target for the dragged view)
can anyone please provide example? (examples of Drag and Drap API)