DEV Community

Discussion on: Responsive vs Adaptive Designing - Which is BETTER...🤔?

Collapse
 
borobudur01 profile image
borobudur01

With so many different devices I think adaptive should not even be a choice anymore. Actually responsive can incorporate many of the benefits of adaptive with very specific UI for each screen size. It is sure complex and potentially involves a bunch of JS, especially when going truly responsive (Fluid UI changing whenever the screen is resized) but it's also becoming a lot easier with flex boxes and grids (CSS media queries are becoming obsolete).
Good article by the way (minus the omission of grids, such an important feature in responsive design).

Collapse
 
sumit profile image
Sumit Singh • Edited

Yes you are very much correct.
By the way in my last project (Flutter based mobile application) is preferred adaptive over responsive as I was only concerned with one type of devices i.e. Mobile phones.

Thanks for the appreciation, and for the feedback too. I will fix it as soon as possible.