Questions tagged [ui-guidelines]

26 questions
2
votes
2 answers

Present data to user as Activity or Dialog

Most of the time, I came across a situation, to choose whether I should present this list of data to user as Activity, or Dialog. I was wondering, is there any basic UI design guideline I should follow? I search through web, I do not see much…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
1
vote
0 answers

Need functionality of smart-Guides in Angular like jQuery

I need the use of smart guides and multiple drags with angular2-draggable library in my one project. This will be a great help for my work. For this, I am attaching a link to jQuery Way. A directive with smart guides and multiple drags will be of…
1
vote
3 answers

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
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
1
vote
0 answers

Sizing WPF controls based on Windows design guideline recommendations

How do I configure WPF to make its controls use the sizes recommended by Microsoft? For example, a button should be 23 pixels high, including a 1 pixel transparent border. How do I implement the transparent border? Button.BorderBrush controls the…
Edward Brey
  • 40,302
  • 20
  • 199
  • 253
1
vote
1 answer

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 should I display when the user tries to sign in?…
Catalin Morosan
  • 7,897
  • 11
  • 53
  • 73
0
votes
1 answer

Testing Tool for UI Style Guides?

I was wondering if there are any tools out there for testing an application's conformance to a given graphical style guide? Preferrably cross-technology (Web, Silverlight, Java, etc) but I'd be happy for any pointers (even research tools). To be…
0
votes
0 answers

Will using affine transform to shrink UIStepper as UIBarButtonItem disqualify my app?

I'm considering shrinking a UIStepper by 15% and translating its X position in a nav bar (e.g. it's in a UINavBarItem with as a custom View), and to choose values that respect various screen sizes, to ensure usability is not broken. Although it will…
clearlight
  • 12,255
  • 11
  • 57
  • 75
0
votes
1 answer

Recommended control or page flow for iOS app

I have an app that implement only two main features - a form to create a table entry and another to look it up with entry screen as login screen. What is the best way to implement the screen flow navigation to these different features? Possible…
0
votes
1 answer

static UI analysis with my own grammar rules (want to make eclipse android visual UI guidelines checker)

I want to make eclipse plugin or standalone app that will help user to check if android xml layout files are according to android user interface guidelines (that I have added earlier from). User can also input his own guidelines into existed grammar…
0
votes
3 answers

GUI controls appearing and disappearing based on user inputs

I think it's considered a bad practice to have controls appearing and disappearing and the size of the window changing in a single GUI screen dynamically based on a user's input. However, I can't seem to find a definitive reference that states…
Paul Reiners
  • 8,576
  • 33
  • 117
  • 202
0
votes
2 answers

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 hands of bridge against one set of opponents. Then…
Epsilon Prime
  • 4,576
  • 5
  • 31
  • 34
1
2