In new Android Studio 2.2 the Constraint Layout is introduced, I had searched and read about this new layout here and here. and in this link I had read about differences between Constraint and Relative layouts, but still some questions remain:
- Can we replace
RelativeLayout
withConstraintLayout
completly, as mentioned here? - Do devices with old versions can support
ConstraintLayout
? - For designing apps with
ConstraintLayout
we have to update to Android Studio 2.2? - with using
ConstraintLayout
we don't need to write many dimens.xml for all screen resolution to have a responsive app?