Resources on technical GUI design

Posted by Thomas Lötzer on Stack Overflow See other posts from Stack Overflow or by Thomas Lötzer
Published on 2009-12-21T10:07:42Z Indexed on 2010/04/28 23:27 UTC
Read the original article Hit count: 319

Filed under:
|
|
|
|

Hi,

I am looking for recommendations on resources (both books and websites) on designing GUI applications. By designing I mean the technical design (when and how to use data binding, when should MVC/MVP be used, what functionality should go into the model, the view, the controller/presenter, how can different parts of the UI best be kept in sync ...), not the screen design of which button goes where or how the interaction with the user should take place.

Thanks, Thomas

© Stack Overflow or respective owner

Related posts about gui

Related posts about ui