DEV Community

Discussion on: ConstraintLayout beginners guide Part I: Designing a repsonsive UI for Android apps

Collapse
 
miguelrodoma95 profile image
Miguel Rodriguez

Glad you find it helpful! I also had the habit of using mostly LinearLayout for everything, but I always felt it was quite inefficient because I would end with a lot of nested LL's. As I began implementing ConstriantLayout my views became 'flatter' and more responsive to different screen sizes.