Launchers, photo browsers, anything that uses a grid layout for linear data. Grids are great when you need to look up something that has two-dimensional data, but they’re widely overused in mobile and web applications.
Launchers, photo browsers, anything that uses a grid layout for linear data. Grids are great when you need to look up something that has two-dimensional data, but they’re widely overused in mobile and web applications.
For me, it comes down to intent. Why am I looking at 500 images at once?
For something casual, grids are fine. If I’m deciding on a phone background or picking an avatar from a pre-set list, a grid is great. I let my attention casually wander through until something catches my eye. In that case, filling the screen with as many options as possible is ideal.
But if I’m looking for one item in particular, or if I’m otherwise having to examine each item sequentially, a grid makes less sense. More info on the screen at once doesn’t help, it only distracts. And looking across a row, then down, then across seems to exhaust my brain worse than looking continuously in one direction.
But maybe that’s just me. I find I have trouble filtering out irrelevant information in many aspects. I guess my main point is that there may be better UI design in many cases that we don’t consider, because we assume we should fit as much as possible on the screen (whether mobile or otherwise). But again, that might just be relevant to a small subset of people.