Chapter 10. Behavioral Patterns

So far in this book, we have looked closely at many of the most significant creational and structural design patterns. This has given us the power to construct all manner of architectures, but to perform the tasks we require, these structures need to be able to communicate, between their own elements and with other structures.

Behavioral patterns were designed for modeling many of the general development problems we encounter on a regular basis, such as responding to a change in state of a particular object or adapting behavior to accord with a hardware change. We have already encountered one, in the last chapter with the observer, and here we will look further into some of the most useful behavioral patterns.

Behavioral ...

Get Android Design Patterns and Best Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.