What are some great resources about programming contemporary GUIs and GUI architecture patterns?

Posted by snitko on Programmers See other posts from Programmers or by snitko
Published on 2014-06-08T03:03:27Z Indexed on 2014/06/08 3:38 UTC
Read the original article Hit count: 543

So I've read Martin Fowler's old blog post http://martinfowler.com/eaaDev/uiArchs.html which describes various approaches to building GUI from an architecture point of view, discussing patterns and how they were used. But this blog post was written in 2006. Since then, there must have been some new ideas in the field?

I was curious whether anyone knows about a similar guide to GUI architectures, but describing contemporary systems? The reason I'm interested in something abstract and theoretical to read is because it really is difficult and time consuming to ACTUALLY learn how ALL of the contemporary frameworks work, given their diversity and the diversity of the languages they are written in. I am primarily a web developer, so I'm familiar with Rails and some Javascript frameworks. But I would also like to know how GUI is built on Android or in Cocoa or in Windows, but without having to learn all of those things.

© Programmers or respective owner

Related posts about design-patterns

Related posts about architecture