Android 4.4 Professional HIT November 2013 INFO
On Wednesday November 6th I will start to deliver a professional course for learning how to develop applications in Java for the android platform. The course includes 140 academic hours, it takes place in HIT, its cost is 5800 shekels and it splits into three parts. The first part covers the topics in Java required […]
Android 4.2 Professional HIT June 2013 INFO
On Monday June 26th I will start to deliver a professional course for learning how to develop applications in Java for the android platform. The course includes 180 academic hours, it takes place in HIT and it splits into three parts. The first part covers the topics in Java required for learning android development and […]
The Bright Future of Dart BIZ
It is very difficult to forcast when it comes to technologies. Nevertheless, as of today I have every reason to believe that Dart might become one of the most popular programming languages in the world. In this post I will try to explain this bombastic conclusion. It is fairly clear that more and more applications […]
Android 4.1 Professional HIT November 2012 INFO
On November 15th I start delivering a professional course for learning how to develop applications in Java for the android platform. The course includes 180 academic hours, it takes place in HIT and it splits into three parts. The first part covers the topics in Java required for learning android development and it includes extensive […]
Android Jump Start Lecture INFO
On November 8th I have delivered a jump start lecture for Android applications development in Java. The lecture took place in HIT and pizzas were served (sponsored by Google) during the break. You can download the slides I was using during the lecture. I believe they can assist you while doing your first steps.
Facebook PHP SDK Jump Start INFO
The Facebook PHP SDK is composed of two files: facebook.php and base_facebook.php. The first includes the definition for the Facebook class. The second includes the definition for the BaseFacebook class, which is a parent class for Facebook together with few more classes. You can easily download the Facebook PHP SDK at https://github.com/facebook/facebook-php-sdk. The following video […]
Android Jump Start Webinar INFO
On January 29th I will deliver a webinar about Android applications development. You can download the slides and the code. You can find the recording of this webinar at www.anymeeting.com/abelski. I will be more than happy to get your feedback as comments for this post so I could improve towards the next time. An article (in Hebrew) […]
HIT Android Spring 2012 ACD
During this semester (Spring 2012) I deliver an academic course dedicated to the Android platform. The course takes place in HIT as part of HIT Computers Science BSc academic program. The topics this course covers include the following: Introduction Application Resources The Intent Concept User Interface Controls Layout Managers Menus and Dialogs Touchscreens Style Definition App Widgets […]
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 […]
Reflection in PHP PRO
Similarly to software programming languages as Java and C#, PHP also allows us to write code that finds information about objects and classes. Whether the class was already known during the development phase or was created afterwards, using reflection we can get detailed information about the class and even invoke its methods or access its […]