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 […]
Protected: Motorola Six Days Training INFO
There is no excerpt because this is a protected post.
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.
Creating Animations using Sencha Animator PRO
The Sencha Animator allows us to create CSS3 based animations. Animations development using the the Sencha Animator tool is very similar to animations development in Flash. The following short video clip shows how to create a simple CSS3 based animation using the Sencha Animator tool.
The PhoneGap Library PRO
The PhoneGap library allows us to develop hybrid applications that render JavaScript code that interacts with the device as if it was an ordinary native applications. The following video clips explains the first steps. The possibility to write code in JavaScript that interacts with the device itself while using a JavaScript API identical for all […]