HTML5 Relational Database INFO

HTML 5 provides us with a relational database running on the web browser. This relational database supports SQLite sql syntax. The following code sample checks whether the web browser supports the HTML 5 relational database. <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”> <html> <head> <title></title> </head> <body> <script type=”text/javascript”> if(window.openDatabase) { document.write(“support”); } else […]

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 […]

HIT Android Course Summer 2011 ACD

During this coming summer semester (Summer 2011) I will deliver in HIT an academic course dedicated to the Android platform. The course belongs to 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 […]

HIT Android Spring 2011 ACD

During this semester (Spring 2011) 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 […]

HIT Android Autumn 2010 ACD

During the coming semester (Autumn 2010) I am going to deliver an academic course dedicated to the Android platform. The course will take place in HIT and I deliver it 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 […]

Android Fundamentals INFO

I am glad to announce about the new version of the ‘Android Fundamentals’ course I have recently developed. The professional commercial version is available at www.xperato.com. The community version is available for free personal and academic usage at www.abelski.com. I will be more than happy to get your feedback! The new version covers all the new stuff […]

Skip to content Update cookies preferences