I have implemented drag and drop on Imageviews, Buttons and Textviews by OnLongClicklistener() and Ondraglistener() but the problem is I am unable to drag and drop edit text, radio buttons, linear/relative layouts and view groups(along with child).
Any method to drag these views in the same way?