What are UI templates?

What is the difference between UI design patterns and UI design patterns. I heard that this is a subset of the other, but how are your correlates?

What is the correct term for ui templates like http://uipatternfactory.com/ ?

+2


source to share


2 answers


I would argue that these are UI design patterns as they define how certain UI elements should be designed.



User interaction in general covers little more than just the front-end user interface. In general, user interaction also refers to the broader picture of how the interaction with the program occurs.

+1


source


I've heard they've been used interchangeably, but people can define which design patterns are used to implement the UI (for example, using the Command pattern to implement the undo and redo operations supported by buttons in the UI and / or keyboard shortcuts) and the other is patterns that appear in the user interface, such as a wizard template, and then define the characteristics of that template (name, intent, applicability, known uses, etc.).

The site you linked to falls into the second category - they identify templates in the interface itself and give them names, show different views on the implementation of the template and when and why you should use them.



If I had to give specific definitions, I would say that UI design patterns were patterns like in the website you linked to, while UI design patterns were about implementing user-related functionality. interface (for example, my example undo / redo).

+1


source







All Articles