Shenkar Scala Programming Autumn 2011 INFO
During the coming semester I am going to deliver the Java & Scala Programming course in Shenkar. Its official name is ‘Internet Programming’. I deliver this course as part of Shenkar’s Software Engineering BSc academic program. The course starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. […]
HIT Scala Programming Autumn 2011 INFO
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. I deliver this course as part of HIT’s Computer Science BSc academic program. I deliver this course for two groups. Both groups take place on Mondays. The first takes place during 1200-1600. The second takes […]
Shenkar Scala Programming Summer 2011 ACD
During 2011 Summer semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going to […]
The Notification.Builder Class PRO
The Android 3.0 platform includes the Notification.Builder class that assists with the creation of user notification. Notification.Builder builder = new Notification.Builder(NotificationBuilderDemo.this) .setSmallIcon(R.drawable.icon_noti) .setAutoCancel(true) .setTicker(“Hello Bonga!”) .setContentText(“La La La BONGA”) .setContentIntent(intent); NotificationManager manager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); manager.notify(text.hashCode(), builder.getNotification()); The Notification.Builder class introduces a clear implementation for the Builder design pattern. The Android 3.0 Tablets UI course I […]
HIT Scala Programming Course Spring 2011 ACD
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The […]
youtube
YouTube Learn and Evolve by Watching my Professional Video Clips on YouTube! I continuously develop various video clips that explain various topics in software development. All video clips are available for free personal and academic usage in life michael and life michael ישראל Youtube channels. Feel free to use them, embed them in your web site and […]
HIT Scala Programming Course Autumn 2010 ACD
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are […]
Shenkar Scala Programming Course Autumn 2010 ACD
During the 2010 Autumn semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going […]
Shenkar Core Java Autumn 2009 ACD
Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design. This course is composed of three separated modules. The first module (6 meetings) focuses on ‘Core Java’ topics and it covers the following: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions […]
Computer Science Academic Courses Wish List EXPR
During all years I have always felt a growing gap between the courses the academic institutes offer in their academic programs and the software development companies’ required skills. Being focused on the required skills for developing enterprise web based applications I try to compile a wish list of courses, that software development companies’ would have been keen to […]