Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
17answers
1k views

What are some good usability guidelines an average developer should follow?

I'm not a usability specialist, and I really don't care to be one. I just want a small set of rules of thumb that I can follow while coding my User Interfaces so that my product has decent usability. ...
4
votes
2answers
81 views

Is there any website showcasing all of the available UI components and widgets with source code?

I was looking for something like the Visual Guide to Swing Components (Windows Look and Feel). A page that shows the Android UI components. Thanks.
4
votes
4answers
3k views

UI Guidelines for Android Honeycomb on Tablets

The UI in Android Honeycomb is very different. I'm looking for things that have changed that would be of interest to developers. Google hasn't updated it's UI guidelines yet, so I am trying to find ...
4
votes
3answers
564 views

Microsoft Dynamics UI Guidelines

SAP provides UI Guidelines for CRM WebClient User Interface. Is there something similar for Microsoft Dynamics CRM or Microsoft Dynamics in general?
3
votes
1answer
147 views

What are the mathematics behind UI aesthetics like color harmony?

I have to develop a little tool inside my project like the "Harmony color" palette in Adobe Illustrator or Kuler -- the user can select one or two color and the tool suggests a 4 or 5 "harmonized" ...
2
votes
2answers
58 views

In XAML, what “guidelines” should I use when deciding whether or not a property should go in a style?

When writing WPF/Silverlight applications, I sometimes struggle when determining whether or not a property should go inside a style or be left directly on the element. What guidelines do you use when ...
1
vote
0answers
52 views

UINavigationController and navigation bar with cross-hierarchy jumps

I have an iPhone UI consisting of a couple of dozen screens that are more or less hierarchical, logically speaking, but with occasional long jumps across or up and down the tree -- for instance, from ...
1
vote
3answers
197 views

Android list view - Human interface guidelines

Is there any recommendation on how big each cell has to be in terms of dp in a listview. (Assume a list view with just one line of text)? Thanks, Teja
1
vote
1answer
200 views

Modal “Loading…” dialogs not good UI decision?

I've read on Reto Meier's blog that he doesn't recommend the use of modal "Loading..." dialogs in Android applications. Is this a general consensus among developers? If I have a login screen what ...
0
votes
0answers
8 views

Atomic undo behavior in a textarea

We are building some pretty cool editor, but I am struggling with the undo behavior. At this point we just undo/redo one character at a time, but this isn't the default behavior in Windows or OS/X. ...
0
votes
2answers
1k views

how to pass parameters to a Matlab GUI file

i am new to matlab. While working through the Matlab GUI, i faced a problem which is as follows..i want to have 2 figure files, with one figure file calling the other. i know that just by calling ...
0
votes
2answers
74 views

Is it against apple guidelines to support long-taps on toolbar icons to bring up action sheets?

I am about to release an iPhone application and I would like to move a couple commands into a button which is already being used to "Select All" and "Unselect All". A little background: The ...
0
votes
2answers
64 views

What Icon is Appropriate For Sorted by Time?

I have a duplicate bridge scoring application with two different sorting modes. Let me fill you in on how duplicate bridge works so you have an idea what I'm looking for. You sit and play a few ...