Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Icon design UI guidelines still valid? [closed]

Tags:

android

icons

I read the UI guidelines for Launcher icons but System Icons in recent Android releases doesn't seem to follow these guidelines (icons are flat instead simplified 3D perspective, as described in document).

Are they already obsolete and what are the current guidelines?

like image 916
Pavel Lahoda Avatar asked Feb 10 '10 17:02

Pavel Lahoda


People also ask

Which is the following should we avoid in icons?

Don't use icons with conflicting meaning. Icons that could represent multiple things should be avoided. Be careful with "heart" and "star" icons. They can mean different things and often confuse users.

Is it necessary to use icons during design interface?

Icons are an important part of creating a visually interesting UX design, but they can also greatly add to the usability of a website or other digital product.

Does UI design have a future?

Does UI design have a future? UI design tools have come a long way in the last 10 years, but they still cause a number of workflow inefficiencies. In the near future, UI design tools will bring design and code together to create a more seamless experience for designers and developers.


1 Answers

They don't seem to have updated the guide since the Android 1.5 release, and Android 2.0/2.1 do things differently for the Launcher icons. I've been effectively ignoring the guide when it comes to icons ever since the Android 2.0 release came out, though most of the other information in the guide seems to apply still (notifications, menu icons, etc.). Since no one enforces the guidelines anyways, it's better to make your app fit with the recent and future versions of Android than to follow the three-major-releases-old outdated guide.

They haven't released any specs or templates for the new flat icons, but the icons for most of the system apps are available in the Android source code to use as reference if you do a checkout (packages/apps/(appname)/res/drawable-hdpi/app_(appname).png, for most of them).

like image 179
Yoni Samlan Avatar answered Oct 21 '22 12:10

Yoni Samlan