This project is related to a talk I gave at Droidcon London 2017 called 'Three key lessons when migrating to ConstraintLayout' and a Medium article I wrote.
In this project I am investigating the transitioning process of migrating a number of legacy layouts to ConstraintLayout
. I am using Android's Studio's auto converter tool to migrate the layouts specified below.
RelativeLayout
RelativeLayout
with one nestedRelativeLayout
RelativeLayout
with one nestedLinearLayout
LinearLayout
with one nestedLinearLayout
RelativeLayouts
with three nestedRelativeLayouts
The converted layouts show the final result after repositioning the views. Click here to find out more!