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 RelativeLayoutwithConstraintLayoutcompletly, as mentioned here?
- Do devices with old versions can support ConstraintLayout?
- For designing apps with ConstraintLayoutwe have to update to Android Studio 2.2?
- with using ConstraintLayoutwe don't need to write many dimens.xml for all screen resolution to have a responsive app?
 
     
     
    