What should be the Android back button action on a game?
On some Android games, pressing the back button does nothing, on some it shows the pause menu, and on others it simply quits the game.
Given that a game already has an in-game pause button, what would be the best behaviour t…
What should be the Android back button action on a game?
On some Android games, pressing the back button does nothing, on some it shows the pause menu, and on others it simply quits the game.
Given that a game already has an in-game pause button, what would be the best behaviour t…
What is the ideal aspect ratio for product images?
I need to fit in about 8 Product icons on a single screen on a product listing page, What is the ideal aspect ratio for product images? The product are from apparel industry. Also how many Items should be there in a row (3 or…
What is the ideal aspect ratio for product images?
I need to fit in about 8 Product icons on a single screen on a product listing page, What is the ideal aspect ratio for product images? The product are from apparel industry. Also how many Items should be there in a row (3 or…
How to best present a long list of icons in a responsive layout?
On desktop, we have a list of logos on a page. However, when we design the mobile responsive, each logos just stack on top of each other. It becomes a very looong list. What is the best way to present these list of logos on m…
How are super-fast websites accomplished? [on hold]
As an anspiring web designer/developer trying to build up my portfolio, a trend I’ve increasingly noticed lately is (multi-page) websites loading their pages dynamically rather than statically, with the result being that page…
How are super-fast websites accomplished? [on hold]
As an anspiring web designer/developer trying to build up my portfolio, a trend I’ve increasingly noticed lately is (multi-page) websites loading their pages dynamically rather than statically, with the result being that page…
Expand truncated table cell content on hover
I’m working on a project using Google’s Material Design and am running into an issue where we need to truncate table cell content. There is a spec for truncating table headers and showing the full label on hover, but nothing …