On my TableLayout, one TableRow has a TextView, and another has a Spinner. When the user checks a checkbox, I want to swap the positions of these 2 views. The Spinner needs to move to the position of the TextView, and the TextView needs to move to the position of Spinner.
Animation doesn't matter. The preference would be that it happens instantly, but I could make it a super-fast animation if necessary.
I have been surprised at how much trouble I've had trying to locate a solution to this problem :/ On a similar note, the Android dev ref could really use some simple examples a la the MSDN library.
Thanks!