On Sun, Dec 11, 2011 at 8:54 PM, bob <[email protected]> wrote: > I was reading the book Beginning Android Games, and the author says in > chapter six that the Model View Controller design is basically the > same as the Observer pattern in the 1994 book Design Patterns by the > "Gang of Four." I don't think MVC is the same as Observer. What do > you guys think?
No, MVC is definitely not the same as Observer. I was puzzled by that statement too. The Observer pattern is used as part of MVC (depending on the MVC flavour, View typically observes Model) but MVC means much more than Observer. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

