mjm5vp / beerApp

0 stars 2 forks source link

Responsive mobile app #15

Open tedlayea opened 7 years ago

tedlayea commented 7 years ago

What are the best ways to develop a responsive mobile app? To consider the different operating system, browser, Android/iPhone mobile, what are the good methods, framework or habit we have to develop?

mjm5vp commented 7 years ago

I've been using flexbox a lot. It works really well with any sized screen and will automatically format many items when the screen height is longer than the width.