The Adapter Design Pattern in PHP PRO

The adapter design pattern allows us to cope with differences between the required interface and the one that was implemented. The following video clip explains it using a code sample in PHP. You can find the source code available for free download in my ‘PHP Design Patterns’ course, which is available for free personal usage […]

The Facade Design Pattern in PHP PRO

The facade design pattern helps us coping with complexity due to a big number of classes and methods. Implementing facade is about defining a new class through which we shall work with all other classes and methods. The following video clip explains this pattern using a simple code sample. You can find the source code […]

The Memento Design Pattern in PHP PRO

The memento design pattern allows us to get the state of a given object in a way that enables us to set it back either in the same original object or in another one. You can find the source code available for free download in my ‘PHP Design Patterns’ course, which is available for free […]

The Abstract Factory Design Pattern in PHP PRO

The abstract factory design pattern allows us to work with multiple factories that each one of them is been used to create another family of objects. The following video overviews its implementation in PHP. You can find the source code available for free download in my ‘PHP Design Patterns’ course, which is available for free […]

The Strategy Design Pattern in PHP PRO

The strategy design pattern allows us to use objects that represent the various strategies in our code. The following video clip explains its implementation in PHP. You can find the source code available for free download in my ‘PHP Design Patterns’ course, which is available for free personal usage at www.abelski.com.

Android Activities Life Cycle PRO

I have recently prepared a code sample that assists with the understanding of the android activities life cycle. The following video clip explains its execution.

MTA Android Hybrid Applications Students Projects INFO

During summer 2011 I taught in Tel-Aviv Jaffa Academic college a course about hybrid applications development for android devices. During the course my students learned how to exploit today newest web technologies in the development of hybrid application for android. We covered JavaScript libraries, such as jQueryMobile and SenchaTouch that enable you to develop user […]

Classic Design Patterns in PHP Webinar PRO

Thanks for joining me in my very first webinar with Zend. You can now download the slides and the code samples. Please feel free to post comments. I hope next time to overcome the echo problem;)

The Android Camera Activity PRO

I have just completed to create three video clips that explain the basics of working with the android camera activity. The code sample is available in my ‘Android Fundamentals’ course at www.abelski.com.

Skip to content Update cookies preferences