Skip to content Skip to sidebar Skip to footer
Showing posts with the label Design Patterns

Static Methods Or Singleton, Which One To Choose?

Possible Duplicate: Difference between static class and singleton pattern? Which is better in Java… Read more Static Methods Or Singleton, Which One To Choose?

Is Using OnClickListener() An Example Of Strategy Pattern?

Is OnClickListener in android an example of Strategy pattern ? In another Stackoverflow question ac… Read more Is Using OnClickListener() An Example Of Strategy Pattern?