User Interface Code Level Templates?

Is there a book or some other online resource that covers common code-level user interface templates (and not widgets / components as such) and idioms. I am looking for a resource that falls into some depth in MVC, event models, delegates, etc. Something in a similar vein for the POSA series would be excellent. I am looking for something that is possible as an agnostic of the platform, but I'm not sure if this is even possible.

+3
source share
1 answer

There are a number of resources available online for interaction design patterns. Template libraries are available from several sources. Check out this page on Wikipedia to see a list of resources:

http://en.wikipedia.org/wiki/Interaction_design_pattern

However, not all of them provide code level access.

0
source

Source: https://habr.com/ru/post/1737260/


All Articles