Android Rearrangeable Layout
An android layout to re-arrange child views via dragging
Screencast Demo
Layout Usage
All the child views are draggable once the layout is added to an activity
(activity_main.xml)
<!-- add child views with `android:id` attr to
save position during orientation change -->
<!-- more child views -->
Child Position Listener
Add a ChildPositionListener to the root layout to receive updates whenever any child view is dragged
(MainActivity.java)
@