What's New Here?

Facade Design Pattern structure

Façade Design Pattern – Design standpoint

In our previous article we have described about the Adapter Design Pattern. In today’s article we are going to show about another such Gang of Four Structural patterns.  As the name ...
PressReader App

App Review: PressReader News App

Today we are going to review one of the news App – PressReader. This app has one of the largest collection of digital newspaper content and it is a one stop shop for all you ...
Facebook_Open_Graph

Facebook Tones Down Open Graph

You probably know exactly what Facebook’s Open Graph is even if you think otherwise. Every time you see that one of your friends read a Yahoo! article or listened to a song on Spotify, ...
Proxy Design Pattern Structure

Gang of Four – Proxy Design Pattern

Description: Proxy is another Structural design pattern which works ‘on behalf of’ or ‘in place of’ another object in order to access the later. When to use this pattern? Proxy ...
Command Design Pattern Structure

By your Command

Command design pattern is one of the widely known design pattern and it falls under the Behavioral Design Pattern (part of Gang of Four). As the name suggests it is related to actions ...
Prototype Pattern Example

Creating another dolly with Prototype

It’s really a time consuming process to create objects and also an expensive affair. So we are now on a venture to save both time and money. How do we do that?Anybody remember about ...
Deep Cloning Example

Deep diving into Cloning

Before we proceed with the cloning concept let’s refresh our basics with the object creation concept. When the objects are created using the new operator the objects gets the memory ...
© 2013 IdioTechie. All rights reserved.