Dragging Fragments

Viewed 12

I have an android app showing multiple fragments on the screen. It is mainly used on tablets. I would like to have the possibility to reposition those fragments by dragging them. Something like the windows are moved on the PC/Mac

Currently, they are fixed in FrameLayout containers inside the main ConstraintLayout. I can change this if needed.

0 Answers
Related